Home | History | Annotate | Download | only in i18n

Lines Matching refs:toDate

2121                     UDate toDate = U_DATE_MAX;
2130 toDate = (UDate)currDate64;
2139 entry->to = toDate;
2330 UDate toDate = (UDate)currDate64;
2332 if ((fromDate <= date) && (date < toDate))
2454 UDate toDate = (UDate)currDate64;
2456 if ((fromDate <= date) && (date < toDate))