Searched refs:tzIDKey (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 517 UChar tzIDKey[ZID_KEY_MAX + 1]; in getGenericLocationName() local 518 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in getGenericLocationName() 520 tzIDKey[tzIDKeyLen] = 0; in getGenericLocationName() 522 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); in getGenericLocationName()
|
D | tznames_impl.cpp | 1336 UChar tzIDKey[ZID_KEY_MAX + 1]; in loadTimeZoneNames() local 1337 int32_t tzIDKeyLen = tzID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in loadTimeZoneNames() 1339 tzIDKey[tzIDKeyLen] = 0; in loadTimeZoneNames() 1341 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
|
/external/cronet/third_party/icu/source/i18n/ |
D | tzgnames.cpp | 517 UChar tzIDKey[ZID_KEY_MAX + 1]; in getGenericLocationName() local 518 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in getGenericLocationName() 520 tzIDKey[tzIDKeyLen] = 0; in getGenericLocationName() 522 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); in getGenericLocationName()
|
D | tznames_impl.cpp | 1336 UChar tzIDKey[ZID_KEY_MAX + 1]; in loadTimeZoneNames() local 1337 int32_t tzIDKeyLen = tzID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in loadTimeZoneNames() 1339 tzIDKey[tzIDKeyLen] = 0; in loadTimeZoneNames() 1341 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
|