Lines Matching defs:tzid
184 const UnicodeString *tzid;
185 while ((tzid = tzids->snext(status))) {
186 TimeZone *tz = TimeZone::createTimeZone(*tzid);
220 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
232 TimeZone::getCanonicalID(*tzid, canonicalID, status);
235 errln((UnicodeString)"Unknown ID " + *tzid);
241 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
246 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
254 if (outtzid != *tzid) {
255 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
265 TimeZone::getCanonicalID(*tzid, canonical, status);
268 errln((UnicodeString)"Unknown ID " + *tzid);
275 logln((UnicodeString)"Canonical round trip failed (as expected); tz=" + *tzid
280 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
324 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
332 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
581 const UnicodeString *tzid;
585 while ((tzid = tzids->snext(status))) {
590 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid);
598 if (tzid->indexOf((UChar)0x2F) < 0 || tzid->indexOf(ETC_SLASH, -1, 0) >= 0
599 || tzid->indexOf(SYSTEMV_SLASH, -1, 0) >= 0 || tzid->indexOf(RIYADH8, -1, 0) >= 0) {
604 if ((*tzid == "Pacific/Apia" || *tzid == "Pacific/Midway" || *tzid == "Pacific/Pago_Pago")
610 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid);
669 errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + gLocaleData->locales[locidx].getName()
679 UnicodeString msg = (UnicodeString) "Time round trip failed for " + "tzid=" + *tzid
684 && !isSpecialTimeRoundTripCase(gLocaleData->locales[locidx].getName(), *tzid,
1021 const char* tzid;
1111 LocalPointer<TimeZone> tz(TimeZone::createTimeZone(DATA[i].tzid));
1119 assertEquals(UnicodeString("Format result for ") + DATA[i].tzid + " (Test Case " + i + ")", expected, out);
1208 LocalPointer<TimeZone> tz(TimeZone::createTimeZone(DATA[i].tzid));
1216 tzid + " (Test Case " + i + ")", expected, out);
1244 UnicodeString tzid = UnicodeString(id, -1, US_INV).unescape();
1245 SimpleTimeZone tz(TESTDATA[i].offset, tzid);
1257 assertEquals(UnicodeString("Format result for ") + tzid, expected, tzstr);
1269 const UnicodeString *tzid;
1274 while ((tzid = tzids->snext(status))) {
1275 logln("Zone: " + *tzid);
1276 LocalPointer<TimeZone> tz(TimeZone::createTimeZone(*tzid));
1277 tzdbNames->getMetaZoneID(*tzid, now, mzId);