Movatterモバイル変換


[0]ホーム

URL:


ICU 78.1  78.1
Data Fields
USerializedSet Struct Reference

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

#include <uset.h>

Data Fields

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.

Stable:
ICU 2.4

Definition at line259 of fileuset.h.

Field Documentation

◆ array

const uint16_t* USerializedSet::array

The serialized Unicode Set.

Stable:
ICU 2.4

Definition at line264 of fileuset.h.

◆ bmpLength

int32_t USerializedSet::bmpLength

The length of the array that contains BMP characters.

Stable:
ICU 2.4

Definition at line269 of fileuset.h.

◆ length

int32_t USerializedSet::length

The total length of the array.

Stable:
ICU 2.4

Definition at line274 of fileuset.h.

◆ staticArray

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 line279 of fileuset.h.


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

Generated by doxygen 1.9.1
[8]ページ先頭

©2009-2025 Movatter.jp