Lines Matching defs:tzid
174 const UnicodeString *tzid;
175 while ((tzid = tzids->snext(status))) {
176 TimeZone *tz = TimeZone::createTimeZone(*tzid);
210 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
222 TimeZone::getCanonicalID(*tzid, canonicalID, status);
225 errln((UnicodeString)"Unknown ID " + *tzid);
231 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
236 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
244 if (outtzid != *tzid) {
245 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
255 TimeZone::getCanonicalID(*tzid, canonical, status);
258 errln((UnicodeString)"Unknown ID " + *tzid);
265 logln((UnicodeString)"Canonical round trip failed (as expected); tz=" + *tzid
270 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
311 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
319 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
437 const UnicodeString *tzid;
441 while ((tzid = tzids->snext(status))) {
446 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid);
454 if (tzid->indexOf((UChar)0x2F) < 0 || tzid->indexOf(ETC_SLASH, -1, 0) >= 0
455 || tzid->indexOf(SYSTEMV_SLASH, -1, 0) >= 0 || tzid->indexOf(RIYADH8, -1, 0) >= 0) {
460 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid);
516 log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + data.locales[locidx].getName()
526 UnicodeString msg = (UnicodeString) "Time round trip failed for " + "tzid=" + *tzid + ", locale=" + data.locales[locidx].getName() + ", pattern=" + PATTERNS[patidx]
922 const char* tzid;
1012 LocalPointer<TimeZone> tz(TimeZone::createTimeZone(DATA[i].tzid));
1020 assertEquals(UnicodeString("Format result for ") + DATA[i].tzid + " (Test Case " + i + ")", expected, out);