Lines Matching refs:tzid
130 const UnicodeString *tzid; in TestTimeZoneRoundTrip() local
131 while ((tzid = tzids->snext(status))) { in TestTimeZoneRoundTrip()
132 TimeZone *tz = TimeZone::createTimeZone(*tzid); in TestTimeZoneRoundTrip()
166 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid); in TestTimeZoneRoundTrip()
180 TimeZone::getCanonicalID(*tzid, canonical, status); in TestTimeZoneRoundTrip()
183 errln((UnicodeString)"Unknown ID " + *tzid); in TestTimeZoneRoundTrip()
190 logln("Canonical round trip failed (as expected); tz=" + *tzid in TestTimeZoneRoundTrip()
195 errln("Canonical round trip failed; tz=" + *tzid in TestTimeZoneRoundTrip()
225 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid in TestTimeZoneRoundTrip()
233 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid in TestTimeZoneRoundTrip()
345 const UnicodeString *tzid; in run() local
349 while ((tzid = tzids->snext(status))) { in run()
350 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid); in run()
402 …log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + dat… in run()
408 …deString msg = (UnicodeString) "Time round trip failed for " + "tzid=" + *tzid + ", locale=" + dat… in run()