ICU 4.2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros
colldata.h File Reference

C++ API: Collation data used to compute minLengthInChars. More...

#include "unicode/utypes.h"
#include "unicode/uobject.h"
#include "unicode/ucol.h"

Go to the source code of this file.

Data Structures

class  CEList
 Define this to enable the StringList objects to collect statistics. More...
 
class  StringList
 StringList. More...
 
class  CollData
 CollData. More...
 

Macros

#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
 Define this to enable the CEList objects to collect statistics. More...
 

Detailed Description

C++ API: Collation data used to compute minLengthInChars.

Internal:
Do not use. This API is for internal use only.

Definition in file colldata.h.

Macro Definition Documentation

#define STRING_LIST_BUFFER_SIZE   16

Define this to enable the CEList objects to collect statistics.

The size of the initial list in a StringList object.

Definition at line 45 of file colldata.h.