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