Searched refs:g_pLocaleTable (Results 1 – 1 of 1) sorted by relevance
52 static RTL_HASHTABLE* g_pLocaleTable = NULL; variable228 OSL_ASSERT(g_pLocaleTable == NULL); in rtl_locale_once_init()229 rtl_hashtable_init(&g_pLocaleTable, 1); in rtl_locale_once_init()236 return (g_pLocaleTable != NULL); in rtl_locale_init()251 if (g_pLocaleTable != NULL) in rtl_locale_fini()253 rtl_hashtable_destroy (g_pLocaleTable); in rtl_locale_fini()254 g_pLocaleTable = NULL; in rtl_locale_fini()280 key = rtl_hashfunc(g_pLocaleTable, hashCode); in rtl_locale_register()282 if (rtl_hashtable_find(g_pLocaleTable, key, hashCode, &newLocale)) in rtl_locale_register()296 rtl_hashtable_add(&g_pLocaleTable, newLocale); in rtl_locale_register()
Completed in 15 milliseconds