ICU 64.2
64.2
|
C++ API: Index Characters. More...
#include "unicode/utypes.h"
#include "unicode/uobject.h"
#include "unicode/locid.h"
#include "unicode/unistr.h"
Go to the source code of this file.
Data Structures | |
class | icu::AlphabeticIndex |
AlphabeticIndex supports the creation of a UI index appropriate for a given language. More... | |
class | icu::AlphabeticIndex::Bucket |
An index "bucket" with a label string and type. More... | |
class | icu::AlphabeticIndex::ImmutableIndex |
Immutable, thread-safe version of AlphabeticIndex. More... | |
Namespaces | |
icu | |
File coll.h. | |
Typedefs | |
typedef enum UAlphabeticIndexLabelType | UAlphabeticIndexLabelType |
Constants for Alphabetic Index Label Types. More... | |
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.
typedef enum UAlphabeticIndexLabelType UAlphabeticIndexLabelType |
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.
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.
Enumerator | |
---|---|
U_ALPHAINDEX_NORMAL | Normal Label, typically the starting letter of the names in the bucket with this label.
|
U_ALPHAINDEX_UNDERFLOW | Undeflow Label. The bucket with this label contains names in scripts that sort before any of the bucket labels in this index.
|
U_ALPHAINDEX_INFLOW | Inflow Label. The bucket with this label contains names in scripts that sort between two of the bucket labels in this index. Inflow labels are created when an index contains normal labels for multiple scripts, and skips other scripts that sort between some of the included scripts.
|
U_ALPHAINDEX_OVERFLOW | Overflow Label. Te bucket with this label contains names in scripts that sort after all of the bucket labels in this index.
|
Definition at line 35 of file alphaindex.h.