Searched refs:fPartialLocationNamesMap (Results 1 – 1 of 1) sorted by relevance
294 UHashtable* fPartialLocationNamesMap; member in TZGNCore341 fPartialLocationNamesMap(NULL), in TZGNCore()403 …fPartialLocationNamesMap = uhash_open(hashPartialLocationKey, comparePartialLocationKey, NULL, &st… in initialize()408 uhash_setKeyDeleter(fPartialLocationNamesMap, uprv_free); in initialize()453 uhash_close(fPartialLocationNamesMap); in cleanup()779 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key); in getPartialLocationName()827 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()