Home | History | Annotate | Download | only in i18n

Lines Matching defs:cacheKey

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