Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp288 UHashtable* fPartialLocationNamesMap; member in TZGNCore
335 fPartialLocationNamesMap(NULL), in TZGNCore()
405fPartialLocationNamesMap = uhash_open(hashPartialLocationKey, comparePartialLocationKey, NULL, &st… in initialize()
410 uhash_setKeyDeleter(fPartialLocationNamesMap, uprv_free); in initialize()
458 uhash_close(fPartialLocationNamesMap); in cleanup()
796 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key); in getPartialLocationName()
850 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()