Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp525 UChar tzIDKey[ZID_KEY_MAX + 1]; in getGenericLocationName() local
526 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in getGenericLocationName()
528 tzIDKey[tzIDKeyLen] = 0; in getGenericLocationName()
530 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); in getGenericLocationName()
Dtznames_impl.cpp1274 UChar tzIDKey[ZID_KEY_MAX + 1]; in loadTimeZoneNames() local
1275 int32_t tzIDKeyLen = tzID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in loadTimeZoneNames()
1277 tzIDKey[tzIDKeyLen] = 0; in loadTimeZoneNames()
1279 void *cacheVal = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()