Searched refs:fPartialLocationNamesMap (Results 1 – 1 of 1) sorted by relevance
288 UHashtable* fPartialLocationNamesMap; member in TZGNCore335 fPartialLocationNamesMap(NULL), in TZGNCore()405 …fPartialLocationNamesMap = 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()