Home | History | Annotate | Download | only in intltest

Lines Matching defs: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
329 const UnicodeString *tzid;
333 while ((tzid = tzids->snext(status))) {
335 TimeZone::getCanonicalID(*tzid, canonical, status);
341 if (*tzid != canonical) {
345 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid);
397 log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + data.locales[locidx].getName()
403 UnicodeString msg = (UnicodeString) "Time round trip failed for " + "tzid=" + *tzid + ", locale=" + data.locales[locidx].getName() + ", pattern=" + PATTERNS[patidx]