Searched refs:tzIDKey (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp513 UChar tzIDKey[ZID_KEY_MAX + 1]; local
514 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status);
516 tzIDKey[tzIDKeyLen] = 0;
518 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey);
H A Dtznames_impl.cpp1325 UChar tzIDKey[ZID_KEY_MAX + 1]; local
1326 int32_t tzIDKeyLen = tzID.extract(tzIDKey, ZID_KEY_MAX + 1, status);
1328 tzIDKey[tzIDKeyLen] = 0;
1330 void *tznames = uhash_get(fTZNamesMap, tzIDKey);

Completed in 279 milliseconds