Home | History | Annotate | Download | only in intltest

Lines Matching refs:SimpleTimeZone

147  * Compare SimpleTimeZone with equivalent RBTZ
152 SimpleTimeZone stz(-1*HOUR, "TestSTZ",
153 UCAL_SEPTEMBER, -30, -UCAL_SATURDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
154 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
157 errln("FAIL: Couldn't create SimpleTimezone.");
241 errln("FAIL: rbtz1 must be equivalent to the SimpleTimeZone in the time range.");
247 errln("FAIL: rbtz2 must be equivalent to the SimpleTimeZone in the time range.");
253 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range.");
1511 * API coverage test for BasicTimeZone APIs in SimpleTimeZone
1525 // BasicTimeZone API implementation in SimpleTimeZone
1526 SimpleTimeZone *stz1 = new SimpleTimeZone(-5*HOUR, "GMT-5");
1530 errln("FAIL: No transition must be returned by getNextTranstion for SimpleTimeZone with no DST rule");
1534 errln("FAIL: No transition must be returned by getPreviousTransition for SimpleTimeZone with no DST rule");
1560 errln("FAIL: Failed to set DST rules in a SimpleTimeZone");
1565 errln("FAIL: Non-null transition must be returned by getNextTranstion for SimpleTimeZone with a DST rule");
1569 errln("FAIL: Non-null transition must be returned by getPreviousTransition for SimpleTimeZone with a DST rule");
1609 errln("FAIL: Bad transition returned by SimpleTimeZone::getNextTransition");
1776 SimpleTimeZone *simpleTZ = new SimpleTimeZone(28800000, "Asia/Singapore");
1799 SimpleTimeZone simpleTZ2(28800000, "Asia/Singapore");
2154 SimpleTimeZone stz(0, "CustomID", UCAL_JANUARY, 1, UCAL_SUNDAY, 0, UCAL_JULY, 1, UCAL_SUNDAY, 0, status);
2156 errln("FAIL: Failed to creat a SimpleTimeZone");