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

/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp290 UHashtable* fPartialLocationNamesMap; member in class:TZGNCore
337 fPartialLocationNamesMap(NULL),
399 fPartialLocationNamesMap = uhash_open(hashPartialLocationKey, comparePartialLocationKey, NULL, &status);
404 uhash_setKeyDeleter(fPartialLocationNamesMap, uprv_free);
446 uhash_close(fPartialLocationNamesMap);
772 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key);
820 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);

Completed in 48 milliseconds