Searched refs:tzIDKey (Results 1 – 2 of 2) sorted by relevance
514 UChar tzIDKey[ZID_KEY_MAX + 1]; in getGenericLocationName() local515 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in getGenericLocationName()517 tzIDKey[tzIDKeyLen] = 0; in getGenericLocationName()519 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); in getGenericLocationName()
1331 UChar tzIDKey[ZID_KEY_MAX + 1]; in loadTimeZoneNames() local1332 int32_t tzIDKeyLen = tzID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in loadTimeZoneNames()1334 tzIDKey[tzIDKeyLen] = 0; in loadTimeZoneNames()1336 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()