USerializedSet Struct Reference

#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 line 89 of file 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.


Field Documentation

const uint16_t* USerializedSet::array
 

The serialized Unicode Set.

Stable:
ICU 2.4

Definition at line 95 of file uset.h.

int32_t USerializedSet::bmpLength
 

The length of the array that contains BMP characters.

Stable:
ICU 2.4

Definition at line 101 of file uset.h.

int32_t USerializedSet::length
 

The total length of the array.

Stable:
ICU 2.4

Definition at line 107 of file uset.h.

uint16_t USerializedSet::staticArray[USET_SERIALIZED_STATIC_ARRAY_CAPACITY]
 

A small buffer for the array to reduce memory allocations.

Stable:
ICU 2.4

Definition at line 113 of file uset.h.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 18 12:36:39 2004 for ICU by doxygen 1.3.7