Searched defs:fromDate (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Ddtintrv.h37 * @param fromDate The from date in date interval.
41 DateInterval(UDate fromDate, UDate toDate);
132 UDate fromDate; member in class:DateInterval
140 return fromDate;
/external/icu/icu4c/source/common/unicode/
H A Ddtintrv.h37 * @param fromDate The from date in date interval.
41 DateInterval(UDate fromDate, UDate toDate);
132 UDate fromDate; member in class:DateInterval
140 return fromDate;
/external/chromium_org/third_party/icu/source/i18n/
H A Dudateintervalformat.cpp67 UDate fromDate,
92 DateInterval interval = DateInterval(fromDate,toDate);
66 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
H A Ducurr.cpp2051 UDate fromDate = U_DATE_MIN; local
2059 fromDate = (UDate)currDate64;
2081 entry->from = fromDate;
2263 UDate fromDate = (UDate)currDate64; local
2275 if ((fromDate <= date) && (date < toDate))
2284 if (fromDate <= date)
2387 UDate fromDate = (UDate)currDate64; local
2399 if ((fromDate <= date) && (date < toDate))
2412 if (fromDate <= date)
/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp67 UDate fromDate,
92 DateInterval interval = DateInterval(fromDate,toDate);
66 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
H A Ducurr.cpp2051 UDate fromDate = U_DATE_MIN; local
2059 fromDate = (UDate)currDate64;
2081 entry->from = fromDate;
2263 UDate fromDate = (UDate)currDate64; local
2275 if ((fromDate <= date) && (date < toDate))
2284 if (fromDate <= date)
2387 UDate fromDate = (UDate)currDate64; local
2399 if ((fromDate <= date) && (date < toDate))
2412 if (fromDate <= date)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcal.cpp76 UDate fromDate = 0; // TODO local
138 fromDate = udbg_stod(millis);
205 fromCalendar->setTime(fromDate, status);
H A Ddadrfmt.cpp119 UDate fromDate = 0; local
198 fromDate = udbg_stod(millis);
202 fromDate = udbg_stod(millis) + now;
225 fromDate = cal->getTime(status);
245 // cal->setTime(fromDate, status);
250 format->format(fromDate, output, pos, status);
285 if(gotDate == fromDate) {
289 basicFmt.format(fromDate,expectDateStr);
/external/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp76 UDate fromDate = 0; // TODO local
138 fromDate = udbg_stod(millis);
205 fromCalendar->setTime(fromDate, status);
H A Ddadrfmt.cpp119 UDate fromDate = 0; local
198 fromDate = udbg_stod(millis);
202 fromDate = udbg_stod(millis) + now;
225 fromDate = cal->getTime(status);
245 // cal->setTime(fromDate, status);
250 format->format(fromDate, output, pos, status);
285 if(gotDate == fromDate) {
289 basicFmt.format(fromDate,expectDateStr);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 926 milliseconds