Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

USerializedSet Struct Reference

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

#include <uset.h>


Data Fields

const uint16_t * array
 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. ICU 2.4


Field Documentation

const uint16_t* USerializedSet::array
 

The serialized Unicode Set.

ICU 2.4

int32_t USerializedSet::bmpLength
 

The length of the array that contains BMP characters.

ICU 2.4

int32_t USerializedSet::length
 

The total length of the array.

ICU 2.4

uint16_t USerializedSet::staticArray[USET_SERIALIZED_STATIC_ARRAY_CAPACITY]
 

A small buffer for the array to reduce memory allocations.

ICU 2.4


The documentation for this struct was generated from the following file:
Generated on Wed May 18 17:29:19 2005 for ICU 2.8 by  doxygen 1.4.2