/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | DateInterval.java | 22 private final long fromDate; field in DateInterval 32 fromDate = from; in DateInterval() 42 return fromDate; in getFromDate() 60 return fromDate == di.fromDate && toDate == di.toDate; in equals() 69 return (int)(fromDate + toDate); in hashCode() 76 return String.valueOf(fromDate) + " " + String.valueOf(toDate); in toString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | DateInterval.java | 22 private final long fromDate; field in DateInterval 33 fromDate = from; in DateInterval() 44 return fromDate; in getFromDate() 64 return fromDate == di.fromDate && toDate == di.toDate; in equals() 74 return (int)(fromDate + toDate); in hashCode() 82 return String.valueOf(fromDate) + " " + String.valueOf(toDate); in toString()
|
/external/icu/icu4c/source/common/ |
D | dtintrv.cpp | 24 : fromDate(from), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 41 fromDate = other.fromDate; in operator =() 56 return ( fromDate == other.fromDate && toDate == other.toDate ); in operator ==()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenFormatTest.java | 89 Date fromDate = null; in testConvertDate() local 121 fromDate = new Date(Long.parseLong(date.substring(kMILLIS.length()))); in testConvertDate() 124 fromDate = new Date(now+Long.parseLong(date.substring(kRELATIVE_MILLIS.length()))); in testConvertDate() 144 fromDate = cal.getTime(); in testConvertDate() 156 output = format.format(fromDate, output, pos); in testConvertDate() 173 if(gotDate.equals(fromDate)) { in testConvertDate() 178 basicFmt.format(fromDate)); in testConvertDate()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DataDrivenFormatTest.java | 93 Date fromDate = null; in testConvertDate() local 125 fromDate = new Date(Long.parseLong(date.substring(kMILLIS.length()))); in testConvertDate() 128 fromDate = new Date(now+Long.parseLong(date.substring(kRELATIVE_MILLIS.length()))); in testConvertDate() 148 fromDate = cal.getTime(); in testConvertDate() 160 output = format.format(fromDate, output, pos); in testConvertDate() 177 if(gotDate.equals(fromDate)) { in testConvertDate() 182 basicFmt.format(fromDate)); in testConvertDate()
|
/external/icu/icu4c/source/common/unicode/ |
D | dtintrv.h | 41 DateInterval(UDate fromDate, UDate toDate); 132 UDate fromDate; variable 140 return fromDate; in getFromDate()
|
/external/icu/icu4c/source/test/intltest/ |
D | dadrfmt.cpp | 119 UDate fromDate = 0; in testConvertDate() local 198 fromDate = udbg_stod(millis); in testConvertDate() 202 fromDate = udbg_stod(millis) + now; in testConvertDate() 225 fromDate = cal->getTime(status); in testConvertDate() 250 format->format(fromDate, output, pos, status); in testConvertDate() 285 if(gotDate == fromDate) { in testConvertDate() 289 basicFmt.format(fromDate,expectDateStr); in testConvertDate()
|
D | dadrcal.cpp | 76 UDate fromDate = 0; // TODO in testOps() local 138 fromDate = udbg_stod(millis); in testOps() 205 fromCalendar->setTime(fromDate, status); in testOps()
|
/external/icu/icu4c/source/i18n/ |
D | udateintervalformat.cpp | 67 UDate fromDate, in udtitvfmt_format() argument 92 DateInterval interval = DateInterval(fromDate,toDate); in udtitvfmt_format()
|
D | ucurr.cpp | 2108 UDate fromDate = U_DATE_MIN; in ucurr_createCurrencyList() local 2116 fromDate = (UDate)currDate64; in ucurr_createCurrencyList() 2138 entry->from = fromDate; in ucurr_createCurrencyList() 2320 UDate fromDate = (UDate)currDate64; in ucurr_countCurrencies() local 2332 if ((fromDate <= date) && (date < toDate)) in ucurr_countCurrencies() 2341 if (fromDate <= date) in ucurr_countCurrencies() 2444 UDate fromDate = (UDate)currDate64; in ucurr_forLocaleAndDate() local 2456 if ((fromDate <= date) && (date < toDate)) in ucurr_forLocaleAndDate() 2469 if (fromDate <= date) in ucurr_forLocaleAndDate()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 167 long fromDate = 0; in testOps() local 193 fromDate = Long.parseLong(from.substring(kMILLIS.length())); in testOps() 231 fromCalendar.setTimeInMillis(fromDate); in testOps()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 163 long fromDate = 0; in testOps() local 189 fromDate = Long.parseLong(from.substring(kMILLIS.length())); in testOps() 227 fromCalendar.setTimeInMillis(fromDate); in testOps()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | udateintervalformat.h | 175 UDate fromDate,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-nodeps.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v3/runtime/ |
D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |