Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzIDKey

1213     UChar tzIDKey[ZID_KEY_MAX + 1];
1214 int32_t tzIDKeyLen = tzID.extract(tzIDKey, ZID_KEY_MAX + 1, status);
1216 tzIDKey[tzIDKeyLen] = 0;
1218 void *cacheVal = uhash_get(fTZNamesMap, tzIDKey);