Home
last modified time | relevance | path

Searched refs:gCommonDataCache (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Dudata.cpp108 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ variable
117 if (gCommonDataCache) { /* Delete the cache of user data mappings. */ in udata_cleanup()
118 uhash_close(gCommonDataCache); /* Table owns the contents, and will delete them. */ in udata_cleanup()
119 gCommonDataCache = NULL; /* Cleanup is not thread safe. */ in udata_cleanup()
274 UMTX_CHECK(NULL, (gCommonDataCache != NULL), cacheIsInitialized); in udata_getHashTable()
277 return gCommonDataCache; in udata_getHashTable()
288 if (gCommonDataCache == NULL) { in udata_getHashTable()
289 gCommonDataCache = tHT; in udata_getHashTable()
301 return gCommonDataCache; in udata_getHashTable()