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

/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp109 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ variable
119 if (gCommonDataCache) { /* Delete the cache of user data mappings. */
120 uhash_close(gCommonDataCache); /* Table owns the contents, and will delete them. */
121 gCommonDataCache = NULL; /* Cleanup is not thread safe. */
270 U_ASSERT(gCommonDataCache == NULL);
271 gCommonDataCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &err);
274 gCommonDataCache = NULL;
276 if (gCommonDataCache != NULL) {
277 uhash_setValueDeleter(gCommonDataCache, DataCacheElement_deleter);
288 return gCommonDataCache;
[all...]
/external/icu/icu4c/source/common/
H A Dudata.cpp109 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ variable
119 if (gCommonDataCache) { /* Delete the cache of user data mappings. */
120 uhash_close(gCommonDataCache); /* Table owns the contents, and will delete them. */
121 gCommonDataCache = NULL; /* Cleanup is not thread safe. */
270 U_ASSERT(gCommonDataCache == NULL);
271 gCommonDataCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &err);
274 gCommonDataCache = NULL;
276 if (gCommonDataCache != NULL) {
277 uhash_setValueDeleter(gCommonDataCache, DataCacheElement_deleter);
288 return gCommonDataCache;
[all...]

Completed in 2011 milliseconds