Home | History | Annotate | Download | only in i18n

Lines Matching refs:toDate

1890                     UDate toDate = U_DATE_MAX;
1899 toDate = (UDate)currDate64;
1908 entry->to = toDate;
2061 UDate toDate = (UDate)currDate64;
2063 if ((fromDate <= date) && (date < toDate))
2185 UDate toDate = (UDate)currDate64;
2187 if ((fromDate <= date) && (date < toDate))