CUBRID Engine
latest
|
#include <locale_support.h>
Public Attributes | |
char | coll_name [COLL_NAME_SIZE] |
int | coll_id |
UCA_OPTIONS | uca_opt |
int | sett_max_cp |
int | count_rules |
int | max_rules |
TAILOR_RULE * | rules |
CUBRID_TAILOR_RULE * | cub_rules |
int | cub_count_rules |
int | cub_max_rules |
LDML_CONTEXT | ldml_context |
Definition at line 392 of file locale_support.h.
int coll_tailoring::coll_id |
Definition at line 396 of file locale_support.h.
Referenced by locale_alloc_collation_id(), locale_check_collation_id(), locale_compile_locale(), and start_collation_settings().
char coll_tailoring::coll_name[COLL_NAME_SIZE] |
Definition at line 394 of file locale_support.h.
Referenced by locale_alloc_collation_id(), locale_check_collation_id(), locale_compile_locale(), start_collation_settings(), and start_one_collation().
int coll_tailoring::count_rules |
Definition at line 404 of file locale_support.h.
Referenced by apply_tailoring_rules(), end_collation_rule(), end_collation_x(), end_collation_x_context(), end_collation_x_extend(), end_collation_x_rule(), handle_data_collation_rule(), locale_destroy_collation_tailorings(), new_collation_rule(), and uca_process_collation().
int coll_tailoring::cub_count_rules |
Definition at line 409 of file locale_support.h.
Referenced by apply_absolute_tailoring_rules(), end_collation_cubrid_rule_set(), end_collation_cubrid_rule_set_cp_ch(), end_collation_cubrid_rule_set_ech_ecp(), end_collation_cubrid_rule_set_w_wr(), new_collation_cubrid_rule(), start_collation_cubrid_rule_set_wr(), and uca_process_collation().
int coll_tailoring::cub_max_rules |
Definition at line 410 of file locale_support.h.
Referenced by locale_destroy_collation_tailorings(), and new_collation_cubrid_rule().
CUBRID_TAILOR_RULE* coll_tailoring::cub_rules |
Definition at line 408 of file locale_support.h.
Referenced by apply_absolute_tailoring_rules(), end_collation_cubrid_rule_set_cp_ch(), end_collation_cubrid_rule_set_ech_ecp(), end_collation_cubrid_rule_set_w_wr(), locale_destroy_collation_tailorings(), new_collation_cubrid_rule(), and start_collation_cubrid_rule_set_wr().
LDML_CONTEXT coll_tailoring::ldml_context |
Definition at line 411 of file locale_support.h.
Referenced by locale_compile_locale(), locale_destroy_collation_tailorings(), and start_one_collation().
int coll_tailoring::max_rules |
Definition at line 405 of file locale_support.h.
Referenced by locale_destroy_collation_tailorings(), new_collation_cubrid_rule(), and new_collation_rule().
TAILOR_RULE* coll_tailoring::rules |
Definition at line 406 of file locale_support.h.
Referenced by apply_tailoring_rules(), end_collation_rule(), end_collation_x(), end_collation_x_context(), end_collation_x_extend(), end_collation_x_rule(), handle_data_collation_rule(), locale_destroy_collation_tailorings(), and new_collation_rule().
int coll_tailoring::sett_max_cp |
Definition at line 401 of file locale_support.h.
Referenced by add_uca_contr_or_exp(), apply_tailoring_rules(), build_key_list_groups(), create_opt_ce_w_exp(), create_opt_weights(), init_uca_instance(), locale_compile_locale(), new_locale_collation(), and start_collation_settings().
UCA_OPTIONS coll_tailoring::uca_opt |
Definition at line 398 of file locale_support.h.
Referenced by add_opt_coll_contraction(), apply_tailoring_rules(), create_opt_ce_w_exp(), create_opt_weights(), init_uca_instance(), new_locale_collation(), start_collation_settings(), start_one_collation(), and uca_process_collation().