Home | History | Annotate | Download | only in intltest

Lines Matching refs:tzid

175             const UnicodeString *tzid;
176 while ((tzid = tzids->snext(status))) {
177 TimeZone *tz = TimeZone::createTimeZone(*tzid);
211 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
223 TimeZone::getCanonicalID(*tzid, canonicalID, status);
226 errln((UnicodeString)"Unknown ID " + *tzid);
232 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
237 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
245 if (outtzid != *tzid) {
246 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
256 TimeZone::getCanonicalID(*tzid, canonical, status);
259 errln((UnicodeString)"Unknown ID " + *tzid);
266 logln((UnicodeString)"Canonical round trip failed (as expected); tz=" + *tzid
271 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
312 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
320 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
472 const UnicodeString *tzid;
476 while ((tzid = tzids->snext(status))) {
481 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid);
489 if (tzid->indexOf((UChar)0x2F) < 0 || tzid->indexOf(ETC_SLASH, -1, 0) >= 0
490 || tzid->indexOf(SYSTEMV_SLASH, -1, 0) >= 0 || tzid->indexOf(RIYADH8, -1, 0) >= 0) {
495 if (*tzid == "Pacific/Apia" && uprv_strcmp(PATTERNS[patidx], "vvvv") == 0
500 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid);
556 log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + data.locales[locidx].getName()
566 UnicodeString msg = (UnicodeString) "Time round trip failed for " + "tzid=" + *tzid + ", locale=" + data.locales[locidx].getName() + ", pattern=" + PATTERNS[patidx]
570 && !isSpecialTimeRoundTripCase(data.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 assertEquals(UnicodeString("Format result for ") + DATA[i].tzid + " (Test Case " + i + ")", expected, out);