Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp291 UHashtable* fPartialLocationNamesMap; member in TZGNCore
338 fPartialLocationNamesMap(NULL), in TZGNCore()
400fPartialLocationNamesMap = uhash_open(hashPartialLocationKey, comparePartialLocationKey, NULL, &st… in initialize()
405 uhash_setKeyDeleter(fPartialLocationNamesMap, uprv_free); in initialize()
447 uhash_close(fPartialLocationNamesMap); in cleanup()
773 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key); in getPartialLocationName()
821 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()