Home | History | Annotate | Download | only in intltest

Lines Matching refs:tzid

126             const UnicodeString *tzid;
127 while ((tzid = tzids->snext(status))) {
128 TimeZone *tz = TimeZone::createTimeZone(*tzid);
162 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
176 TimeZone::getCanonicalID(*tzid, canonical, status);
179 errln((UnicodeString)"Unknown ID " + *tzid);
186 logln("Canonical round trip failed (as expected); tz=" + *tzid
191 errln("Canonical round trip failed; tz=" + *tzid
216 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
224 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
328 const UnicodeString *tzid;
332 while ((tzid = tzids->snext(status))) {
334 TimeZone::getCanonicalID(*tzid, canonical, status);
340 if (*tzid != canonical) {
344 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid);
396 log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + data.locales[locidx].getName()
402 UnicodeString msg = (UnicodeString) "Time round trip failed for " + "tzid=" + *tzid + ", locale=" + data.locales[locidx].getName() + ", pattern=" + PATTERNS[patidx]