Home | History | Annotate | Download | only in i18n

Lines Matching refs:newKey

1219         const UChar* newKey = ZoneMeta::findMetaZoneID(mzID);
1220 if (newKey != NULL) {
1221 uhash_put(fMZNamesMap, (void *)newKey, cacheVal, &status);
1235 nameinfo->mzID = newKey;
1296 const UChar* newKey = ZoneMeta::findTimeZoneID(tzID);
1297 if (newKey != NULL) {
1298 uhash_put(fTZNamesMap, (void *)newKey, cacheVal, &status);
1311 nameinfo->tzID = newKey;