Home | History | Annotate | Download | only in i18n

Lines Matching defs:cacheKey

841         PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey));
842 if (cacheKey != NULL) {
843 cacheKey->tzID = key.tzID;
844 cacheKey->mzID = key.mzID;
845 cacheKey->isLong = key.isLong;
846 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
848 uprv_free(cacheKey);