HomeSort by relevance Sort by last modified time
    Searched full:fromdate (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/
dtintrv.cpp 24 : fromDate(from),
41 fromDate = other.fromDate;
56 return ( fromDate == other.fromDate && toDate == other.toDate );
  /external/icu4c/common/unicode/
dtintrv.h 37 * @param fromDate The from date in date interval.
41 DateInterval(UDate fromDate, UDate toDate);
132 UDate fromDate;
140 return fromDate;
  /external/icu4c/test/intltest/
dadrfmt.cpp 116 UDate fromDate = 0;
183 fromDate = udbg_stod(millis);
187 fromDate = udbg_stod(millis) + now;
205 fromDate = cal->getTime(status);
225 // cal->setTime(fromDate, status);
230 format->format(fromDate, output, pos, status);
265 if(gotDate == fromDate) {
269 basicFmt.format(fromDate,expectDateStr);
dadrcal.cpp 76 UDate fromDate = 0; // TODO
138 fromDate = udbg_stod(millis);
205 fromCalendar->setTime(fromDate, status);
  /external/icu4c/i18n/
ucurr.cpp     [all...]
  /frameworks/base/core/java/android/widget/
CalendarView.java     [all...]

Completed in 3642 milliseconds