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

/external/icu4c/common/
H A Dudata.cpp103 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ variable
112 if (gCommonDataCache) { /* Delete the cache of user data mappings. */
113 uhash_close(gCommonDataCache); /* Table owns the contents, and will delete them. */
114 gCommonDataCache = NULL; /* Cleanup is not thread safe. */
250 UMTX_CHECK(NULL, (gCommonDataCache != NULL), cacheIsInitialized);
253 return gCommonDataCache;
264 if (gCommonDataCache == NULL) {
265 gCommonDataCache = tHT;
277 return gCommonDataCache;

Completed in 270 milliseconds