Searched defs:fPartialLocationNamesMap (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dtzgnames.cpp289 UHashtable* fPartialLocationNamesMap; member in class:TZGNCore
336 fPartialLocationNamesMap(NULL),
412 fPartialLocationNamesMap = uhash_open(hashPartialLocationKey, comparePartialLocationKey, NULL, &status);
417 uhash_setKeyDeleter(fPartialLocationNamesMap, uprv_free);
465 uhash_close(fPartialLocationNamesMap);
801 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key);
855 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);

Completed in 134 milliseconds