Home | History | Annotate | Download | only in i18n

Lines Matching defs:toDate

2064                     UDate toDate = U_DATE_MAX;
2073 toDate = (UDate)currDate64;
2082 entry->to = toDate;
2273 UDate toDate = (UDate)currDate64;
2275 if ((fromDate <= date) && (date < toDate))
2397 UDate toDate = (UDate)currDate64;
2399 if ((fromDate <= date) && (date < toDate))