Searched refs:toDate (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Ddtintrv.cpp25 toDate(to)
42 toDate = other.toDate;
56 return ( fromDate == other.fromDate && toDate == other.toDate );
/external/icu4c/common/unicode/
H A Ddtintrv.h38 * @param toDate The to date in date interval.
41 DateInterval(UDate fromDate, UDate toDate);
133 UDate toDate; member in class:DateInterval
146 return toDate;
/external/icu4c/test/intltest/
H A Ddadrcal.cpp77 UDate toDate = 0; local
189 toDate = udbg_stod(millis);
263 if(!(toCalendar->getTime(status)==toDate) || U_FAILURE(status)){
267 logln(caseString + " SUCCESS: got=expected="+toDate);
/external/icu4c/i18n/
H A Ducurr.cpp1896 UDate toDate = (UDate)currDate64; local
1898 if ((fromDate <= date) && (date < toDate))
2020 UDate toDate = (UDate)currDate64; local
2022 if ((fromDate <= date) && (date < toDate))

Completed in 160 milliseconds