#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.
Definition at line 214 of file uset.h.
| const uint16_t* USerializedSet::array |
| uint16_t USerializedSet::staticArray[USET_SERIALIZED_STATIC_ARRAY_CAPACITY] |
1.5.7.1