Lines Matching defs:cacheKey
816 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey));
817 if (cacheKey != NULL) {
818 cacheKey->tzID = key.tzID;
819 cacheKey->mzID = key.mzID;
820 cacheKey->isLong = key.isLong;
821 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
823 uprv_free(cacheKey);