#include <uset.h>
Public Attributes | |
| 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... | |
Limited manipulations are possible directly on a serialized set. See below.
Definition at line 80 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.
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001