CUBRID Engine
latest
|
Definition at line 86 of file unicode_support.c.
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().
uint32 UNICODE_CHAR::unicode_mapping[UNICODE_DECOMP_MAP_CP_COUNT] |
Definition at line 96 of file unicode_support.c.
Referenced by count_decomp_steps(), count_full_decomp_cp(), load_unicode_data(), and unicode_process_normalization().
char UNICODE_CHAR::unicode_mapping_cp_count |
Definition at line 94 of file unicode_support.c.
Referenced by count_decomp_steps(), count_full_decomp_cp(), load_unicode_data(), and unicode_process_normalization().
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().