Lines Matching refs:cacheKey
845 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey));
846 if (cacheKey != NULL) {
847 cacheKey->tzID = key.tzID;
848 cacheKey->mzID = key.mzID;
849 cacheKey->isLong = key.isLong;
850 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
852 uprv_free(cacheKey);