#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 101 of file uset.h.
|
The serialized Unicode Set.
|
|
The length of the array that contains BMP characters.
|
|
The total length of the array.
|
|
A small buffer for the array to reduce memory allocations.
|