webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
USerializedSet Struct Reference

#include <uset.h>

Public Attributes

const uint16_tarray
 
int32_t bmpLength
 
int32_t length
 
uint16_t staticArray [USET_SERIALIZED_STATIC_ARRAY_CAPACITY]
 

Detailed Description

A serialized form of a Unicode set. Limited manipulations are possible directly on a serialized set. See below. ICU 2.4

Member Data Documentation

◆ array

const uint16_t * USerializedSet::array

The serialized Unicode Set. ICU 2.4

◆ bmpLength

int32_t USerializedSet::bmpLength

The length of the array that contains BMP characters. ICU 2.4

◆ length

int32_t USerializedSet::length

The total length of the array. ICU 2.4

◆ staticArray

uint16_t USerializedSet::staticArray

A small buffer for the array to reduce memory allocations. ICU 2.4


The documentation for this struct was generated from the following file: