HomeSort by relevance Sort by last modified time
    Searched refs:fromDate (Results 1 - 25 of 36) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateInterval.java 24 private final long fromDate;
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/
DateInterval.java 24 private final long fromDate;
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/
dtintrv.cpp 26 : fromDate(from),
43 fromDate = other.fromDate;
58 return ( fromDate == other.fromDate && toDate == other.toDate );
ucurr.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
dtintrv.h 39 * @param fromDate The from date in date interval.
43 DateInterval(UDate fromDate, UDate toDate);
134 UDate fromDate;
142 return fromDate;
  /external/icu/icu4c/source/i18n/unicode/
udateintervalformat.h 151 * @param fromDate
177 UDate fromDate,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDateIntervalFormat.java 33 public static String formatDateInterval(long address, long fromDate, long toDate) {
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/
DataDrivenFormatTest.java 104 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/
DataDrivenFormatTest.java 101 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/
udateintervalformat.cpp 69 UDate fromDate,
94 DateInterval interval = DateInterval(fromDate,toDate);
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 121 UDate fromDate = 0;
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);
dadrcal.cpp 78 UDate fromDate = 0; // TODO
140 fromDate = udbg_stod(millis);
207 fromCalendar->setTime(fromDate, status);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java 181 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/
DataDrivenCalendarTest.java 178 long fromDate = 0;
204 fromDate = Long.parseLong(from.substring(kMILLIS.length()));
242 fromCalendar.setTimeInMillis(fromDate);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmreports.h     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 415 milliseconds

1 2