Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dtznames.cpp33 static UHashtable *gTimeZoneNamesCache = NULL; variable
61 if (gTimeZoneNamesCache != NULL) { in timeZoneNames_cleanup()
62 uhash_close(gTimeZoneNamesCache); in timeZoneNames_cleanup()
63 gTimeZoneNamesCache = NULL; in timeZoneNames_cleanup()
90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
94 uhash_removeElement(gTimeZoneNamesCache, elem); in sweepCache()
138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
140 uhash_setKeyDeleter(gTimeZoneNamesCache, uprv_free); in TimeZoneNamesDelegate()
141 uhash_setValueDeleter(gTimeZoneNamesCache, deleteTimeZoneNamesCacheEntry); in TimeZoneNamesDelegate()
155 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key); in TimeZoneNamesDelegate()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp33 static UHashtable *gTimeZoneNamesCache = NULL; variable
61 if (gTimeZoneNamesCache != NULL) { in timeZoneNames_cleanup()
62 uhash_close(gTimeZoneNamesCache); in timeZoneNames_cleanup()
63 gTimeZoneNamesCache = NULL; in timeZoneNames_cleanup()
90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
94 uhash_removeElement(gTimeZoneNamesCache, elem); in sweepCache()
138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
140 uhash_setKeyDeleter(gTimeZoneNamesCache, uprv_free); in TimeZoneNamesDelegate()
141 uhash_setValueDeleter(gTimeZoneNamesCache, deleteTimeZoneNamesCacheEntry); in TimeZoneNamesDelegate()
155 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key); in TimeZoneNamesDelegate()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp33 static UHashtable *gTimeZoneNamesCache = NULL; variable
61 if (gTimeZoneNamesCache != NULL) { in timeZoneNames_cleanup()
62 uhash_close(gTimeZoneNamesCache); in timeZoneNames_cleanup()
63 gTimeZoneNamesCache = NULL; in timeZoneNames_cleanup()
90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
94 uhash_removeElement(gTimeZoneNamesCache, elem); in sweepCache()
138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
140 uhash_setKeyDeleter(gTimeZoneNamesCache, uprv_free); in TimeZoneNamesDelegate()
141 uhash_setValueDeleter(gTimeZoneNamesCache, deleteTimeZoneNamesCacheEntry); in TimeZoneNamesDelegate()
155 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key); in TimeZoneNamesDelegate()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dtznames.cpp33 static UHashtable *gTimeZoneNamesCache = NULL; variable
61 if (gTimeZoneNamesCache != NULL) { in timeZoneNames_cleanup()
62 uhash_close(gTimeZoneNamesCache); in timeZoneNames_cleanup()
63 gTimeZoneNamesCache = NULL; in timeZoneNames_cleanup()
90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
94 uhash_removeElement(gTimeZoneNamesCache, elem); in sweepCache()
138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
140 uhash_setKeyDeleter(gTimeZoneNamesCache, uprv_free); in TimeZoneNamesDelegate()
141 uhash_setValueDeleter(gTimeZoneNamesCache, deleteTimeZoneNamesCacheEntry); in TimeZoneNamesDelegate()
155 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key); in TimeZoneNamesDelegate()
[all …]