Home | History | Annotate | Download | only in intltest

Lines Matching defs:time2

1207     UDate time2 = getUTCMillis(2015, UCAL_JULY, 4);
1331 b1 = a3->getNextStart(time2, -3*HOUR, 0, FALSE, d1);
1336 b2 = a3->getPreviousStart(time2, -3*HOUR, 0, FALSE, d2);
1518 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1);
1609 avail2 = stz1->getNextTransition(time2, FALSE, tzt2); // transition after 2000-06-01
1755 UDate time2 = getUTCMillis(2020, UCAL_JANUARY, 1);
1756 UBool equiv = vtz->hasEquivalentTransitions(*otz, time1, time2, FALSE, status);