Searched refs:gCommonDataCache (Results 1 – 1 of 1) sorted by relevance
110 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ variable121 if (gCommonDataCache) { /* Delete the cache of user data mappings. */ in udata_cleanup()122 uhash_close(gCommonDataCache); /* Table owns the contents, and will delete them. */ in udata_cleanup()123 gCommonDataCache = NULL; /* Cleanup is not thread safe. */ in udata_cleanup()274 U_ASSERT(gCommonDataCache == NULL); in udata_initHashTable()275 gCommonDataCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &err); in udata_initHashTable()279 U_ASSERT(gCommonDataCache != NULL); in udata_initHashTable()280 uhash_setValueDeleter(gCommonDataCache, DataCacheElement_deleter); in udata_initHashTable()290 return gCommonDataCache; in udata_getHashTable()