Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzIDKey

470     UChar tzIDKey[ZID_KEY_MAX + 1];
471 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status);
473 tzIDKey[tzIDKeyLen] = 0;
475 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey);