Home | History | Annotate | Download | only in i18n

Lines Matching refs:toDate

1886                     UDate toDate = U_DATE_MAX;
1895 toDate = (UDate)currDate64;
1904 entry->to = toDate;
2057 UDate toDate = (UDate)currDate64;
2059 if ((fromDate <= date) && (date < toDate))
2181 UDate toDate = (UDate)currDate64;
2183 if ((fromDate <= date) && (date < toDate))