CUBRID Engine
latest
|
Go to the source code of this file.
Classes | |
struct | coll_contraction |
struct | conv_cp_to_bytes |
struct | unicode_mapping |
Macros | |
#define | LOC_MAX_UCA_CHARS_SEQ 3 |
#define | MAX_UCA_EXP_CE 10 |
#define | INTL_UTF8_MAX_CHAR_SIZE 4 |
#define | INTL_MAX_UNICODE_CP_ALLOWED 0x10ffff |
#define | TEXT_CONV_MAX_BYTES 3 |
#define | NORMALIZATION_MAX_BUF_SIZE 10 |
Typedefs | |
typedef unsigned int | UCA_L13_W |
typedef unsigned short int | UCA_L4_W |
typedef struct coll_contraction | COLL_CONTRACTION |
typedef struct conv_cp_to_bytes | CONV_CP_TO_BYTES |
typedef struct unicode_mapping | UNICODE_MAPPING |
#define INTL_MAX_UNICODE_CP_ALLOWED 0x10ffff |
Definition at line 37 of file locale_lib_common.h.
Referenced by dump_collation_codepoint().
#define INTL_UTF8_MAX_CHAR_SIZE 4 |
Definition at line 35 of file locale_lib_common.h.
Referenced by comp_func_coll_uca_exp(), dump_collation_codepoint(), dump_console_conversion(), dump_locale_alphabet(), dump_unicode_mapping(), intl_back_utf8_to_cp(), intl_identifier_lower_string_size(), intl_identifier_upper_string_size(), intl_lower_string_size(), intl_upper_string_size(), locale_compile_locale(), optimize_coll_contractions(), start_csql(), and unicode_make_normalization_data().
#define LOC_MAX_UCA_CHARS_SEQ 3 |
Definition at line 30 of file locale_lib_common.h.
Referenced by add_uca_contr_or_exp(), apply_tailoring_rules(), db_get_like_optimization_bounds(), dump_collation_contr(), find_contr_id(), find_exp_id(), load_ducet(), and optimize_coll_contractions().
#define MAX_UCA_EXP_CE 10 |
Definition at line 32 of file locale_lib_common.h.
Referenced by add_opt_coll_contraction(), add_uca_contr_or_exp(), apply_tailoring_rule_w_dir(), dump_collation_codepoint(), dump_collation_contr(), load_ducet(), locale_compute_coll_checksum(), and save_contraction_to_C_file().
#define NORMALIZATION_MAX_BUF_SIZE 10 |
Definition at line 89 of file locale_lib_common.h.
#define TEXT_CONV_MAX_BYTES 3 |
Definition at line 71 of file locale_lib_common.h.
typedef struct coll_contraction COLL_CONTRACTION |
Definition at line 43 of file locale_lib_common.h.
typedef struct conv_cp_to_bytes CONV_CP_TO_BYTES |
Definition at line 75 of file locale_lib_common.h.
typedef unsigned int UCA_L13_W |
Definition at line 39 of file locale_lib_common.h.
typedef unsigned short int UCA_L4_W |
Definition at line 40 of file locale_lib_common.h.
typedef struct unicode_mapping UNICODE_MAPPING |
Definition at line 92 of file locale_lib_common.h.