#include "unicode/utypes.h"
#include "unicode/uobject.h"
#include "unicode/ucol.h"
Go to the source code of this file.
Data Structures | |
| class | CEList |
This object holds a list of CEs generated from a particular UnicodeString. More... | |
| class | StringList |
| StringList. More... | |
| class | CollData |
| CollData. More... | |
Defines | |
| #define | KEY_BUFFER_SIZE 64 |
| The size of the internal buffer for the Collator's short description string. | |
| #define | CELIST_BUFFER_SIZE 4 |
The size of the internal CE buffer in a CEList object. | |
| #define | STRING_LIST_BUFFER_SIZE 16 |
The size of the initial list in a StringList object. | |
Definition in file colldata.h.
1.4.7