Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

USerializedSet Struct Reference

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

#include <uset.h>

List of all members.

Public Attributes

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


Detailed Description

A serialized form of a Unicode set.

Limited manipulations are possible directly on a serialized set. See below.

Draft:
This API has been introduced in ICU 2.4. It is still in draft state and may be modified in a future release.

Definition at line 81 of file uset.h.


Member Data Documentation

const uint16_t* USerializedSet::array
 

The serialized Unicode Set.

Draft:
This API has been introduced in ICU 2.4. It is still in draft state and may be modified in a future release.

Definition at line 86 of file uset.h.

int32_t USerializedSet::bmpLength
 

The length of the array that contains BMP characters.

Draft:
This API has been introduced in ICU 2.4. It is still in draft state and may be modified in a future release.

Definition at line 91 of file uset.h.

int32_t USerializedSet::length
 

The total length of the array.

Draft:
This API has been introduced in ICU 2.4. It is still in draft state and may be modified in a future release.

Definition at line 96 of file uset.h.

uint16_t USerializedSet::staticArray[USET_SERIALIZED_STATIC_ARRAY_CAPACITY]
 

A small buffer for the array to reduce memory allocations.

Draft:
This API has been introduced in ICU 2.4. It is still in draft state and may be modified in a future release.

Definition at line 101 of file uset.h.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 24 14:37:09 2003 for ICU 2.8 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001