Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

UFieldPosition Struct Reference

A struct representing a range of text containing a specific field. More...

#include <umisc.h>

List of all members.

Public Attributes

int32_t field
 The field. More...

int32_t beginIndex
 The start of the text range containing field. More...

int32_t endIndex
 The limit of the text range containing field. More...


Detailed Description

A struct representing a range of text containing a specific field.

Stable:

Definition at line 30 of file umisc.h.


Member Data Documentation

int32_t UFieldPosition::beginIndex
 

The start of the text range containing field.

Definition at line 34 of file umisc.h.

int32_t UFieldPosition::endIndex
 

The limit of the text range containing field.

Definition at line 36 of file umisc.h.

int32_t UFieldPosition::field
 

The field.

Definition at line 32 of file umisc.h.


The documentation for this struct was generated from the following file:
Generated at Thu Mar 22 16:13:26 2001 for ICU 1.8 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000