|
ICU 57.1 57.1
|
C++ API: Index Characters. More...
Go to the source code of this file.
Data Structures | |
| class | AlphabeticIndex |
| AlphabeticIndex supports the creation of a UI index appropriate for a given language. More... | |
| class | AlphabeticIndex::Bucket |
| An index "bucket" with a label string and type. More... | |
| class | AlphabeticIndex::ImmutableIndex |
| Immutable, thread-safe version of AlphabeticIndex. More... | |
| struct | AlphabeticIndex::Record |
| A (name, data) pair, to be sorted by name into one of the index buckets. More... | |
Typedefs | |
| typedef enum UAlphabeticIndexLabelType | UAlphabeticIndexLabelType |
| Constants for Alphabetic Index Label Types. | |
Enumerations | |
| enum | UAlphabeticIndexLabelType { U_ALPHAINDEX_NORMAL = 0 , U_ALPHAINDEX_UNDERFLOW = 1 , U_ALPHAINDEX_INFLOW = 2 , U_ALPHAINDEX_OVERFLOW = 3 } |
| Constants for Alphabetic Index Label Types. More... | |
C++ API: Index Characters.
Definition in file alphaindex.h.
Constants for Alphabetic Index Label Types.
The form of these enum constants anticipates having a plain C API for Alphabetic Indexes that will also use them.
Definition at line 32 of file alphaindex.h.