Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzIDKey

1270     UChar tzIDKey[ZID_KEY_MAX + 1];
1271 int32_t tzIDKeyLen = tzID.extract(tzIDKey, ZID_KEY_MAX + 1, status);
1273 tzIDKey[tzIDKeyLen] = 0;
1275 void *cacheVal = uhash_get(fTZNamesMap, tzIDKey);