UFieldPosition Struct Reference
A struct representing a range of text containing a specific field.
More...
#include <umisc.h>
|
Data Fields |
| int32_t | field |
| | The field.
|
| int32_t | beginIndex |
| | The start of the text range containing field.
|
| int32_t | endIndex |
| | The limit of the text range containing field.
|
Detailed Description
A struct representing a range of text containing a specific field.
- Stable:
- ICU 2.0
Definition at line 32 of file umisc.h.
Field Documentation
The start of the text range containing field.
- Stable:
- ICU 2.0
Definition at line 42 of file umisc.h.
The limit of the text range containing field.
- Stable:
- ICU 2.0
Definition at line 47 of file umisc.h.
The documentation for this struct was generated from the following file: