ICU 50.1.2
50.1.2
|
C++ API: Collation data used to compute minLengthInChars. More...
Go to the source code of this file.
Data Structures | |
class | icu::CEList |
This object holds a list of CEs generated from a particular UnicodeString More... | |
class | icu::StringList |
StringList. More... | |
class | icu::CollData |
CollData. More... | |
Namespaces | |
icu | |
File coll.h. | |
Macros | |
#define | KEY_BUFFER_SIZE 64 |
The size of the internal buffer for the Collator's short description string. More... | |
#define | CELIST_BUFFER_SIZE 4 |
The size of the internal CE buffer in a CEList object. More... | |
#define | STRING_LIST_BUFFER_SIZE 16 |
The size of the initial list in a StringList object. More... | |
C++ API: Collation data used to compute minLengthInChars.
Definition in file colldata.h.
#define CELIST_BUFFER_SIZE 4 |
The size of the internal CE buffer in a CEList
object.
Definition at line 37 of file colldata.h.
#define KEY_BUFFER_SIZE 64 |
The size of the internal buffer for the Collator's short description string.
Definition at line 31 of file colldata.h.
#define STRING_LIST_BUFFER_SIZE 16 |
The size of the initial list in a StringList
object.
Definition at line 51 of file colldata.h.