Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp915 fMZNamesMap(NULL), in TimeZoneNamesImpl()
938 fMZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
945 uhash_setValueDeleter(fMZNamesMap, deleteZNames); in initialize()
992 if (fMZNamesMap != NULL) { in cleanup()
993 uhash_close(fMZNamesMap); in cleanup()
994 fMZNamesMap = NULL; in cleanup()
1209 void *cacheVal = uhash_get(fMZNamesMap, mzIDKey); in loadMetaZoneNames()
1224 uhash_put(fMZNamesMap, (void *)newKey, cacheVal, &status); in loadMetaZoneNames()
Dtznames_impl.h201 UHashtable* fMZNamesMap; variable