Searched refs:fromDate (Results 1 - 19 of 19) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DDateInterval.java24 private final long fromDate; field in class:DateInterval
34 fromDate = from;
44 return fromDate;
62 return fromDate == di.fromDate && toDate == di.toDate;
71 return (int)(fromDate + toDate);
78 return String.valueOf(fromDate) + " " + String.valueOf(toDate);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DDateInterval.java24 private final long fromDate; field in class:DateInterval
35 fromDate = from;
46 return fromDate;
66 return fromDate == di.fromDate && toDate == di.toDate;
76 return (int)(fromDate + toDate);
84 return String.valueOf(fromDate) + " " + String.valueOf(toDate);
/external/icu/icu4c/source/common/
H A Ddtintrv.cpp26 : fromDate(from),
43 fromDate = other.fromDate;
58 return ( fromDate == other.fromDate && toDate == other.toDate );
H A Ducurr.cpp2058 UDate fromDate = U_DATE_MIN; local
2066 fromDate = (UDate)currDate64;
2088 entry->from = fromDate;
2271 UDate fromDate = (UDate)currDate64; local
2283 if ((fromDate <= date) && (date < toDate))
2292 if (fromDate <= date)
2395 UDate fromDate = (UDate)currDate64; local
2407 if ((fromDate <= date) && (date < toDate))
2420 if (fromDate <= date)
/external/icu/icu4c/source/common/unicode/
H A Ddtintrv.h39 * @param fromDate The from date in date interval.
43 DateInterval(UDate fromDate, UDate toDate);
134 UDate fromDate; member in class:DateInterval
142 return fromDate;
/external/icu/icu4c/source/i18n/unicode/
H A Dudateintervalformat.h151 * @param fromDate
177 UDate fromDate,
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowDateIntervalFormat.java33 public static String formatDateInterval(long address, long fromDate, long toDate) { argument
37 INTERVAL_CACHE.get(address).format(new com.ibm.icu.util.DateInterval(fromDate, toDate), buffer, pos);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDataDrivenFormatTest.java104 Date fromDate = null;
136 fromDate = new Date(Long.parseLong(date.substring(kMILLIS.length())));
139 fromDate = new Date(now+Long.parseLong(date.substring(kRELATIVE_MILLIS.length())));
159 fromDate = cal.getTime();
171 output = format.format(fromDate, output, pos);
188 if(gotDate.equals(fromDate)) {
193 basicFmt.format(fromDate));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenFormatTest.java101 Date fromDate = null;
133 fromDate = new Date(Long.parseLong(date.substring(kMILLIS.length())));
136 fromDate = new Date(now+Long.parseLong(date.substring(kRELATIVE_MILLIS.length())));
156 fromDate = cal.getTime();
168 output = format.format(fromDate, output, pos);
185 if(gotDate.equals(fromDate)) {
190 basicFmt.format(fromDate));
/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp69 UDate fromDate,
94 DateInterval interval = DateInterval(fromDate,toDate);
68 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
/external/icu/icu4c/source/test/intltest/
H A Ddadrfmt.cpp121 UDate fromDate = 0; local
200 fromDate = udbg_stod(millis);
204 fromDate = udbg_stod(millis) + now;
227 fromDate = cal->getTime(status);
247 // cal->setTime(fromDate, status);
252 format->format(fromDate, output, pos, status);
287 if(gotDate == fromDate) {
291 basicFmt.format(fromDate,expectDateStr);
H A Ddadrcal.cpp78 UDate fromDate = 0; // TODO local
140 fromDate = udbg_stod(millis);
207 fromCalendar->setTime(fromDate, status);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DDataDrivenCalendarTest.java181 long fromDate = 0;
207 fromDate = Long.parseLong(from.substring(kMILLIS.length()));
245 fromCalendar.setTimeInMillis(fromDate);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDataDrivenCalendarTest.java178 long fromDate = 0;
204 fromDate = Long.parseLong(from.substring(kMILLIS.length()));
242 fromCalendar.setTimeInMillis(fromDate);
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 463 milliseconds