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

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 on Tue Apr 9 11:30:49 2002 for ICU 2.1 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001