ICU 4.8.1.1  4.8.1.1
Data Fields
USerializedSet Struct Reference

A serialized form of a Unicode set. More...

#include <uset.h>

Data Fields

const uint16_tarray
 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.

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 line 215 of file uset.h.


Field Documentation

The serialized Unicode Set.

Stable:
ICU 2.4

Definition at line 220 of file uset.h.

The length of the array that contains BMP characters.

Stable:
ICU 2.4

Definition at line 225 of file uset.h.

The total length of the array.

Stable:
ICU 2.4

Definition at line 230 of file uset.h.

A small buffer for the array to reduce memory allocations.

Stable:
ICU 2.4

Definition at line 235 of file uset.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines