CUBRID Engine
latest
|
#include <locale_support.h>
Public Attributes | |
TEXT_CONV_TYPE | conv_type |
char * | win_codepages |
char * | nl_lang_str |
unsigned char | byte_flag [256] |
unsigned int | utf8_first_cp |
unsigned int | utf8_last_cp |
CONV_CP_TO_BYTES * | utf8_to_text |
unsigned int | text_first_cp |
unsigned int | text_last_cp |
CONV_CP_TO_BYTES * | text_to_utf8 |
int(* | utf8_to_text_func )(const char *, const int, char **, int *) |
int(* | text_to_utf8_func )(const char *, const int, char **, int *) |
void(* | init_conv_func )(void) |
Definition at line 503 of file locale_support.h.
unsigned char text_conversion::byte_flag[256] |
Definition at line 511 of file locale_support.h.
Referenced by dump_console_conversion(), intl_text_dbcs_to_utf8_ext(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), and locale_save_console_conv_to_C_file().
TEXT_CONV_TYPE text_conversion::conv_type |
Definition at line 505 of file locale_support.h.
Referenced by dump_console_conversion(), init_user_locales(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), and locale_save_console_conv_to_C_file().
void(* text_conversion::init_conv_func) (void) |
Definition at line 525 of file locale_support.h.
Referenced by dumplocale(), free_lang_locale_data(), init_user_locales(), and lang_init_console_txt_conv().
char* text_conversion::nl_lang_str |
Definition at line 509 of file locale_support.h.
Referenced by dump_console_conversion(), lang_init_console_txt_conv(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), locale_destroy_console_conversion(), and locale_save_console_conv_to_C_file().
unsigned int text_conversion::text_first_cp |
Definition at line 519 of file locale_support.h.
Referenced by dump_console_conversion(), intl_init_conv_iso8859_1_to_utf8(), intl_init_conv_iso8859_9_to_utf8(), intl_text_dbcs_to_utf8_ext(), intl_text_single_byte_to_utf8_ext(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), and locale_save_console_conv_to_C_file().
unsigned int text_conversion::text_last_cp |
Definition at line 520 of file locale_support.h.
Referenced by dump_console_conversion(), intl_init_conv_iso8859_1_to_utf8(), intl_init_conv_iso8859_9_to_utf8(), intl_text_dbcs_to_utf8_ext(), intl_text_single_byte_to_utf8_ext(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), and locale_save_console_conv_to_C_file().
CONV_CP_TO_BYTES* text_conversion::text_to_utf8 |
Definition at line 521 of file locale_support.h.
Referenced by dump_console_conversion(), intl_init_conv_iso8859_1_to_utf8(), intl_init_conv_iso8859_9_to_utf8(), intl_text_dbcs_to_utf8_ext(), intl_text_single_byte_to_utf8_ext(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), locale_destroy_console_conversion(), and locale_save_console_conv_to_C_file().
Definition at line 524 of file locale_support.h.
Referenced by init_user_locales(), and start_csql().
unsigned int text_conversion::utf8_first_cp |
Definition at line 514 of file locale_support.h.
Referenced by dump_console_conversion(), intl_init_conv_iso8859_1_to_utf8(), intl_init_conv_iso8859_9_to_utf8(), intl_text_utf8_to_dbcs(), intl_text_utf8_to_single_byte(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), and locale_save_console_conv_to_C_file().
unsigned int text_conversion::utf8_last_cp |
Definition at line 515 of file locale_support.h.
Referenced by dump_console_conversion(), intl_init_conv_iso8859_1_to_utf8(), intl_init_conv_iso8859_9_to_utf8(), intl_text_utf8_to_dbcs(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), and locale_save_console_conv_to_C_file().
CONV_CP_TO_BYTES* text_conversion::utf8_to_text |
Definition at line 516 of file locale_support.h.
Referenced by dump_console_conversion(), intl_init_conv_iso8859_1_to_utf8(), intl_init_conv_iso8859_9_to_utf8(), intl_text_utf8_to_dbcs(), intl_text_utf8_to_single_byte(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), locale_destroy_console_conversion(), and locale_save_console_conv_to_C_file().
Definition at line 523 of file locale_support.h.
Referenced by init_user_locales(), and start_csql().
char* text_conversion::win_codepages |
Definition at line 508 of file locale_support.h.
Referenced by dump_console_conversion(), lang_init_console_txt_conv(), lang_locale_data_load_from_lib(), load_console_conv_data(), locale_compute_locale_checksum(), locale_destroy_console_conversion(), and locale_save_console_conv_to_C_file().