Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp914 fTZNamesMap(NULL), in TimeZoneNamesImpl()
939 fTZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
946 uhash_setValueDeleter(fTZNamesMap, deleteTZNames); in initialize()
996 if (fTZNamesMap != NULL) { in cleanup()
997 uhash_close(fTZNamesMap); in cleanup()
998 fTZNamesMap = NULL; in cleanup()
1279 void *cacheVal = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
1302 uhash_put(fTZNamesMap, (void *)newKey, cacheVal, &status); in loadTimeZoneNames()
Dtznames_impl.h200 UHashtable* fTZNamesMap; variable