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

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateInterval.java 23 private final long toDate;
33 toDate = to;
51 return toDate;
60 return fromDate == di.fromDate && toDate == di.toDate;
69 return (int)(fromDate + toDate);
76 return String.valueOf(fromDate) + " " + String.valueOf(toDate);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateInterval.java 23 private final long toDate;
34 toDate = to;
54 return toDate;
64 return fromDate == di.fromDate && toDate == di.toDate;
74 return (int)(fromDate + toDate);
82 return String.valueOf(fromDate) + " " + String.valueOf(toDate);
  /external/icu/icu4c/source/common/
dtintrv.cpp 25 toDate(to)
42 toDate = other.toDate;
56 return ( fromDate == other.fromDate && toDate == other.toDate );
  /external/icu/icu4c/source/common/unicode/
dtintrv.h 38 * @param toDate The to date in date interval.
41 DateInterval(UDate fromDate, UDate toDate);
133 UDate toDate;
146 return toDate;
  /external/icu/icu4c/source/i18n/unicode/
udateintervalformat.h 151 * @param toDate
176 UDate toDate,
  /external/icu/icu4c/source/i18n/
udateintervalformat.cpp 68 UDate toDate,
92 DateInterval interval = DateInterval(fromDate,toDate);
ucurr.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java 168 long toDate = 0;
215 toDate = Long.parseLong(to.substring(kMILLIS.length()));
273 if(toCalendar.getTimeInMillis()==toDate) {
274 logln(caseString + " SUCCESS: got=expected="+toDate);
284 toDate);
288 toDate);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java 164 long toDate = 0;
211 toDate = Long.parseLong(to.substring(kMILLIS.length()));
269 if(toCalendar.getTimeInMillis()==toDate) {
270 logln(caseString + " SUCCESS: got=expected="+toDate);
280 toDate);
284 toDate);
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 77 UDate toDate = 0;
189 toDate = udbg_stod(millis);
263 if(!(toCalendar->getTime(status)==toDate) || U_FAILURE(status)){
267 logln(caseString + " SUCCESS: got=expected="+toDate);
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeExampleTest.java 55 Date someDate = new DateMidnight(9, 2, 21, DateTimeZone.forID("Europe/Amsterdam")).toDate();
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /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/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 596 milliseconds

1 2