Home | History | Annotate | Download | only in intltest

Lines Matching refs:trtimes1

1228     UDate trtimes1[] = {0.0};
1231 TimeArrayTimeZoneRule *t1 = new TimeArrayTimeZoneRule("t1", -3*HOUR, 0, trtimes1, 1, DateTimeRule::UTC_TIME);
1232 TimeArrayTimeZoneRule *t2 = new TimeArrayTimeZoneRule("t2", -3*HOUR, 0, trtimes1, 1, DateTimeRule::UTC_TIME);
1234 TimeArrayTimeZoneRule *t4 = new TimeArrayTimeZoneRule("t4", -3*HOUR, 0, trtimes1, 1, DateTimeRule::STANDARD_TIME);
1235 TimeArrayTimeZoneRule *t5 = new TimeArrayTimeZoneRule("t5", -4*HOUR, 1*HOUR, trtimes1, 1, DateTimeRule::WALL_TIME);
1398 TimeArrayTimeZoneRule t0("t0", 4*HOUR, 0, trtimes1, 1, DateTimeRule::UTC_TIME);
1423 if (!b1 || d1 != trtimes1[0]) {
1444 if (!b1 || d1 != trtimes1[0]) {
1448 if (!b1 || d1 != trtimes1[0]) {
1452 if (!b1 || d1 != (trtimes1[0] + 4*HOUR)) {
1456 if (!b1 || d1 != (trtimes1[0] + 3*HOUR)) {