Home | History | Annotate | Download | only in i18n

Lines Matching defs:cacheKey

848         PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey));
849 if (cacheKey != NULL) {
850 cacheKey->tzID = key.tzID;
851 cacheKey->mzID = key.mzID;
852 cacheKey->isLong = key.isLong;
853 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
855 uprv_free(cacheKey);