Lines Matching refs:tzid
679 // because generic location format is generated from tzid for the case.
742 char tzid[ZID_KEY_MAX+1];
744 utzid.extract(0, utzid.length(), tzid, ZID_KEY_MAX, US_INV);
823 if (uprv_strlen(tzid) > 4 && uprv_strncmp(tzid, "Etc/", 4) == 0) {
1114 // because generic location format is generated from tzid for the case.
1125 const char *tzid;
1126 while ((tzid = tzids->next(NULL, status))) {
1131 UnicodeString utzid(tzid, -1, US_INV);
1207 const UChar *tzid;
1208 while ((tzid = tzids->unext(NULL, status))) {
1213 UnicodeString utzid(tzid);
1215 TimeZone::getCanonicalID(UnicodeString(tzid), canonicalID, status);
1262 UnicodeString tzid;
1263 cal.getTimeZone().getID(tzid);
1266 return getString(tzid, ZSIDX_LONG_STANDARD, date, FALSE /*not used*/, result);
1268 return getString(tzid, ZSIDX_LONG_DAYLIGHT, date, FALSE /*not used*/, result);
1279 UnicodeString tzid;
1280 cal.getTimeZone().getID(tzid);
1283 return getString(tzid, ZSIDX_SHORT_STANDARD, date, commonlyUsedOnly, result);
1285 return getString(tzid, ZSIDX_SHORT_DAYLIGHT, date, commonlyUsedOnly, result);
1304 UnicodeString tzid;
1305 cal.getTimeZone().getID(tzid);
1307 return getString(tzid, ZSIDX_LOCATION, date, FALSE /*not used*/, result);
1341 ZoneStringFormat::getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate date,
1348 nonConstThis->loadZone(tzid, status);
1353 TimeZone::getCanonicalID(tzid, canonicalID, status);
1356 canonicalID.setTo(tzid);
1422 UnicodeString tzid;
1423 tz.getID(tzid);
1428 nonConstThis->loadZone(tzid, status);
1433 TimeZone::getCanonicalID(tzid, canonicalID, status);
1437 canonicalID.setTo(tzid);
1584 ZoneStringFormat::getGenericPartialLocationString(const UnicodeString &tzid, UBool isShort,
1591 nonConstThis->loadZone(tzid, status);
1599 TimeZone::getCanonicalID(tzid, canonicalID, status);