Home | History | Annotate | Download | only in i18n

Lines Matching defs:toDate

1885                     UDate toDate = U_DATE_MAX;
1894 toDate = (UDate)currDate64;
1905 entry->to = toDate;
2059 UDate toDate = (UDate)currDate64;
2061 if ((fromDate <= date) && (date < toDate))
2183 UDate toDate = (UDate)currDate64;
2185 if ((fromDate <= date) && (date < toDate))