Home | History | Annotate | Download | only in intltest

Lines Matching refs:t1

1213     TimeArrayTimeZoneRule *t1 = new TimeArrayTimeZoneRule("t1", -3*HOUR, 0, trtimes1, 1, DateTimeRule::UTC_TIME);
1331 if (a1->isEquivalentTo(*t1)) {
1381 if (t0 == *t1 || !(t0 != *t1)) {
1382 errln("FAIL: TimeArrayTimeZoneRule t0 is not equal to t1, but got wrong result");
1384 t0 = *t1;
1385 if (t0 != *t1 || !(t0 == *t1)) {
1386 errln("FAIL: TimeArrayTimeZoneRule t0 is equal to t1, but got wrong result");
1389 if (*t0c != *t1 || !(*t0c == *t1)) {
1390 errln("FAIL: TimeArrayTimeZoneRule t0c is equal to t1, but got wrong result");
1395 if (t1->countStartTimes() != 1) {
1400 b1 = t1->getStartTimeAt(-1, d1);
1404 b1 = t1->getStartTimeAt(0, d1);
1408 b1 = t1->getStartTimeAt(1, d1);
1414 if (t1->getTimeType() != DateTimeRule::UTC_TIME) {
1415 errln("FAIL: TimeArrayTimeZoneRule t1 uses UTC_TIME, but different type is returned");
1425 b1 = t1->getFirstStart(0, 0, d1);
1427 errln("FAIL: Bad first start time returned from TimeArrayTimeZoneRule t1");
1429 b1 = t1->getFinalStart(0, 0, d1);
1431 errln("FAIL: Bad final start time returned from TimeArrayTimeZoneRule t1");
1462 if (!t1->isEquivalentTo(*t2)) {
1463 errln("FAIL: TimeArrayTimeZoneRule t1 is equivalent to t2, but returned FALSE");
1465 if (t1->isEquivalentTo(*t3)) {
1466 errln("FAIL: TimeArrayTimeZoneRule t1 is not equivalent to t3, but returned TRUE");
1468 if (t1->isEquivalentTo(*t4)) {
1469 errln("FAIL: TimeArrayTimeZoneRule t1 is not equivalent to t4, but returned TRUE");
1471 if (t1->isEquivalentTo(*a1)) {
1485 delete t1;