CUBRID Engine  latest
UNICODE_CHAR Struct Reference
Collaboration diagram for UNICODE_CHAR:
Collaboration graph

Public Attributes

GENERAL_CATEG_ID gen_cat_id
 
uint32 lower_cp [INTL_CASING_EXPANSION_MULTIPLIER]
 
uint32 upper_cp [INTL_CASING_EXPANSION_MULTIPLIER]
 
char unicode_mapping_cp_count
 
uint32 unicode_mapping [UNICODE_DECOMP_MAP_CP_COUNT]
 
char unicode_full_decomp_cp_count
 

Detailed Description

Definition at line 86 of file unicode_support.c.

Member Data Documentation

GENERAL_CATEG_ID UNICODE_CHAR::gen_cat_id

Definition at line 89 of file unicode_support.c.

Referenced by load_unicode_data().

uint32 UNICODE_CHAR::lower_cp[INTL_CASING_EXPANSION_MULTIPLIER]

Definition at line 91 of file unicode_support.c.

Referenced by load_unicode_data(), and unicode_process_alphabet().

char UNICODE_CHAR::unicode_full_decomp_cp_count

Definition at line 97 of file unicode_support.c.

Referenced by unicode_process_normalization().

char UNICODE_CHAR::unicode_mapping_cp_count
uint32 UNICODE_CHAR::upper_cp[INTL_CASING_EXPANSION_MULTIPLIER]

Definition at line 92 of file unicode_support.c.

Referenced by load_unicode_data(), and unicode_process_alphabet().


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