|
ICU 78.3
78.3
|
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 |
The total length of the array.
Definition at line 274 of file uset.h.
Referenced by U_HEADER_ONLY_NAMESPACE::USetStringIterator::operator*(), and U_HEADER_ONLY_NAMESPACE::USetElementIterator::operator*().
| uint16_t USerializedSet::staticArray[USET_SERIALIZED_STATIC_ARRAY_CAPACITY] |
1.8.13