Home | History | Annotate | Download | only in intltest

Lines Matching refs:tz2

553     // tz1 and tz2 have no DST and different rule parameters
555 SimpleTimeZone *tz2 = new SimpleTimeZone(0, "2", 1, 0, 0, 0, 3, 0, 0, 0, status);
565 if (tz1->useDaylightTime() || tz2->useDaylightTime() ||
573 if (!tz1->hasSameRules(*tz2)) {
576 //errln("zone 2 = " + tz2);
580 delete tz2;