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

  /external/chromium_org/third_party/icu/source/common/
dtintrv.cpp 25 toDate(to)
42 toDate = other.toDate;
56 return ( fromDate == other.fromDate && toDate == other.toDate );
  /external/icu4c/common/
dtintrv.cpp 25 toDate(to)
42 toDate = other.toDate;
56 return ( fromDate == other.fromDate && toDate == other.toDate );
  /external/chromium_org/third_party/icu/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/icu4c/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/icu4c/i18n/unicode/
udateintervalformat.h 151 * @param toDate
173 UDate toDate,
  /libcore/luni/src/main/native/
libcore_icu_DateIntervalFormat.cpp 53 static jstring DateIntervalFormat_formatDateInterval(JNIEnv* env, jclass, jlong address, jlong fromDate, jlong toDate) {
55 DateInterval date_interval(fromDate, toDate);
  /external/icu4c/i18n/
udateintervalformat.cpp 68 UDate toDate,
92 DateInterval interval = DateInterval(fromDate,toDate);
ucurr.cpp     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
DateIntervalFormat_Delegate.java 43 /*package*/static String formatDateInterval(long address, long fromDate, long toDate) {
50 DateInterval interval = new DateInterval(fromDate, toDate);
  /external/chromium_org/third_party/icu/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/icu4c/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);
  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 234 private static native String formatDateInterval(long address, long fromDate, long toDate);
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 222 milliseconds