CUBRID Engine
latest
|
Public Attributes | |
LOC_SHARED_DATA_TYPE | lsd_type |
char | lsd_key [COLL_NAME_SIZE] |
void * | data |
LDML_CONTEXT | ldml_context |
Definition at line 81 of file locale_support.c.
void* LOC_SHARED_DATA::data |
Definition at line 88 of file locale_support.c.
Referenced by locale_check_and_set_shared_data(), locale_compile_locale(), and locale_free_shared_data().
LDML_CONTEXT LOC_SHARED_DATA::ldml_context |
Definition at line 89 of file locale_support.c.
Referenced by locale_check_and_set_shared_data(), locale_compile_locale(), and locale_free_shared_data().
char LOC_SHARED_DATA::lsd_key[COLL_NAME_SIZE] |
Definition at line 84 of file locale_support.c.
Referenced by locale_check_and_set_shared_data().
LOC_SHARED_DATA_TYPE LOC_SHARED_DATA::lsd_type |
Definition at line 83 of file locale_support.c.
Referenced by locale_check_and_set_shared_data().