Home | History | Annotate | Download | only in intltest

Lines Matching defs:until

238     UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1);
240 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
246 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
252 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
682 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1);
686 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
688 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
690 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
692 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE);
2011 /* "RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4;UNTIL=20050403T040000Z\r\n" */
2039 /* "RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10;UNTIL=20041031T040000Z\r\n" */
2053 /* "RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4;UNTIL=20050403T040000Z\r\n" */