Lines Matching refs:tzid
173 const UnicodeString *tzid; in TestTimeZoneRoundTrip() local
174 while ((tzid = tzids->snext(status))) { in TestTimeZoneRoundTrip()
175 TimeZone *tz = TimeZone::createTimeZone(*tzid); in TestTimeZoneRoundTrip()
209 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid); in TestTimeZoneRoundTrip()
221 TimeZone::getCanonicalID(*tzid, canonicalID, status); in TestTimeZoneRoundTrip()
224 errln((UnicodeString)"Unknown ID " + *tzid); in TestTimeZoneRoundTrip()
230 … logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid in TestTimeZoneRoundTrip()
235 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid in TestTimeZoneRoundTrip()
243 if (outtzid != *tzid) { in TestTimeZoneRoundTrip()
244 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid in TestTimeZoneRoundTrip()
254 TimeZone::getCanonicalID(*tzid, canonical, status); in TestTimeZoneRoundTrip()
257 errln((UnicodeString)"Unknown ID " + *tzid); in TestTimeZoneRoundTrip()
264 … logln((UnicodeString)"Canonical round trip failed (as expected); tz=" + *tzid in TestTimeZoneRoundTrip()
269 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid in TestTimeZoneRoundTrip()
310 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid in TestTimeZoneRoundTrip()
318 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid in TestTimeZoneRoundTrip()
436 const UnicodeString *tzid; in run() local
440 while ((tzid = tzids->snext(status))) { in run()
445 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid); in run()
453 if (tzid->indexOf((UChar)0x2F) < 0 || tzid->indexOf(ETC_SLASH, -1, 0) >= 0 in run()
454 … || tzid->indexOf(SYSTEMV_SLASH, -1, 0) >= 0 || tzid->indexOf(RIYADH8, -1, 0) >= 0) { in run()
459 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid); in run()
515 …log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + dat… in run()
525 …deString msg = (UnicodeString) "Time round trip failed for " + "tzid=" + *tzid + ", locale=" + dat… in run()