ICU 64.2
64.2
|
A serialized form of a Unicode set. More...
#include <uset.h>
Data Fields | |
const uint16_t * | array |
The serialized Unicode Set. More... | |
int32_t | bmpLength |
The length of the array that contains BMP characters. More... | |
int32_t | length |
The total length of the array. More... | |
uint16_t | staticArray [USET_SERIALIZED_STATIC_ARRAY_CAPACITY] |
A small buffer for the array to reduce memory allocations. More... | |
A serialized form of a Unicode set.
Limited manipulations are possible directly on a serialized set. See below.
const uint16_t* USerializedSet::array |
int32_t USerializedSet::bmpLength |
int32_t USerializedSet::length |
uint16_t USerializedSet::staticArray[USET_SERIALIZED_STATIC_ARRAY_CAPACITY] |