A serialized form of a Unicode set.More...
#include <uset.h>
Detailed Description
A serialized form of a Unicode set.
Limited manipulations are possible directly on a serialized set. See below.
- Stable:
- ICU 2.4
Definition at line259 of fileuset.h.
Field Documentation
◆ array
| const uint16_t* USerializedSet::array |
◆ bmpLength
| int32_t USerializedSet::bmpLength |
The length of the array that contains BMP characters.
- Stable:
- ICU 2.4
Definition at line269 of fileuset.h.
◆ length
| int32_t USerializedSet::length |
The total length of the array.
- Stable:
- ICU 2.4
Definition at line274 of fileuset.h.
◆ staticArray
A small buffer for the array to reduce memory allocations.
- Stable:
- ICU 2.4
Definition at line279 of fileuset.h.
The documentation for this struct was generated from the following file: