Home | History | Annotate | Download | only in intltest

Lines Matching full:tzid

613         const UnicodeString *tzid = tzenum.snext(status);
614 if (tzid == NULL) {
621 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
648 const UnicodeString *tzid = tzenum.snext(status);
649 if (tzid == NULL) {
656 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
663 errln((UnicodeString)"FAIL: failed to get the TimeZoneRules from time zone " + *tzid);
665 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
667 errln((UnicodeString)"FAIL: failed to get the transition rule count from time zone " + *tzid);
672 errln((UnicodeString)"FAIL: failed to add a transition rule at index " + i + " to the RBTZ for " + *tzid);
677 errln((UnicodeString)"FAIL: complete() failed for the RBTZ for " + *tzid);
785 const UnicodeString *tzid = tzenum.snext(status);
786 if (tzid == NULL) {
793 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
794 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);
803 *tzid + " into VTIMEZONE format.");
808 errln((UnicodeString)"FAIL: error returned while reading VTIMEZONE data for " + *tzid);
815 *tzid + "(vtz_new) into VTIMEZONE format.");
819 errln((UnicodeString)"FAIL: different VTIMEZONE data after round trip for " + *tzid);
833 errln("FAIL: VTimeZone for " + *tzid +
845 errln("FAIL: VTimeZone for " + *tzid +
848 logln("VTimeZone for " + *tzid +
885 const UnicodeString *tzid = tzenum.snext(status);
886 if (tzid == NULL) {
893 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
894 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);
904 *tzid + " into VTIMEZONE format since " + dateToString(startTime));
909 errln((UnicodeString)"FAIL: error returned while reading VTIMEZONE data for " + *tzid
923 errln("FAIL: VTimeZone for " + *tzid +
935 errln("FAIL: VTimeZone for " + *tzid +
938 logln("VTimeZone for " + *tzid +
981 const UnicodeString *tzid = tzenum.snext(status);
982 if (tzid == NULL) {
989 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);
999 *tzid + " into VTIMEZONE format at " + dateToString(time));
1004 errln((UnicodeString)"FAIL: error returned while reading simple VTIMEZONE data for " + *tzid
1014 errln("FAIL: VTimeZone writeSimple for " + *tzid + " at "
1121 const UnicodeString *tzid = tzenum.snext(status);
1122 if (tzid == NULL) {
1129 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
1165 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial);
1178 errln("FAIL: couldn't complete rbtz for " + *tzid);
1184 errln("FAIL: couldn't get offsets from tz for " + *tzid);
1188 errln("FAIL: couldn't get offsets from rbtz for " + *tzid);
1191 errln("FAIL: rbtz created by simple rule does not match the original tz for tzid " + *tzid);
1620 UnicodeString TZID("Europe/Moscow");
1622 BasicTimeZone *otz = (BasicTimeZone*)TimeZone::createTimeZone(TZID);
1623 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID);
1843 /* "TZID:Asia\x0D\x0A" */
1870 UnicodeString tzid;
1871 tokyo->getID(tzid);
1872 if (tzid != asiaTokyoID) {
1873 errln((UnicodeString)"FAIL: Invalid TZID: " + tzid);
1893 /* "TZID:FOO\x0D\x0A" */
1957 /* "TZID:Asia/Tokyo\r\n" */
1985 /* "TZID:FinalOverlap\r\n" */
2027 /* "TZID:FinalNonOverlap\r\n" */
2337 UnicodeString tzid;
2359 + icutz.getID(tzid) + " at " + dateToString(time));
2365 + dateToString(time) + " for " + icutz.getID(tzid));
2392 + icutz.getID(tzid) + " at " + dateToString(time));
2399 + dateToString(time) + " for " + icutz.getID(tzid));