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:
ICU 2.0

Definition at line 30 of file umisc.h.


Member Data Documentation

int32_t UFieldPosition::beginIndex
 

The start of the text range containing field.

Stable:
ICU 2.0

Definition at line 40 of file umisc.h.

int32_t UFieldPosition::endIndex
 

The limit of the text range containing field.

Stable:
ICU 2.0

Definition at line 45 of file umisc.h.

int32_t UFieldPosition::field
 

The field.

Stable:
ICU 2.0

Definition at line 35 of file umisc.h.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 24 14:37:00 2003 for ICU 2.8 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001