Home | History | Annotate | Download | only in intltest

Lines Matching defs:tzid

173             const UnicodeString *tzid;
174 while ((tzid = tzids->snext(status))) {
175 TimeZone *tz = TimeZone::createTimeZone(*tzid);
209 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
221 TimeZone::getCanonicalID(*tzid, canonicalID, status);
224 errln((UnicodeString)"Unknown ID " + *tzid);
230 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
235 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
243 if (outtzid != *tzid) {
244 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
254 TimeZone::getCanonicalID(*tzid, canonical, status);
257 errln((UnicodeString)"Unknown ID " + *tzid);
264 logln((UnicodeString)"Canonical round trip failed (as expected); tz=" + *tzid
269 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
310 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
318 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
436 const UnicodeString *tzid;
440 while ((tzid = tzids->snext(status))) {
445 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid);
453 if (tzid->indexOf((UChar)0x2F) < 0 || tzid->indexOf(ETC_SLASH, -1, 0) >= 0
454 || tzid->indexOf(SYSTEMV_SLASH, -1, 0) >= 0 || tzid->indexOf(RIYADH8, -1, 0) >= 0) {
459 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid);
515 log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + data.locales[locidx].getName()
525 UnicodeString msg = (UnicodeString) "Time round trip failed for " + "tzid=" + *tzid + ", locale=" + data.locales[locidx].getName() + ", pattern=" + PATTERNS[patidx]