OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatDateInterval
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
libcore_icu_DateIntervalFormat.cpp
75
NATIVE_METHOD(DateIntervalFormat,
formatDateInterval
, "(JJJ)Ljava/lang/String;"),
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
DateIntervalFormat_Delegate.java
43
/*package*/static String
formatDateInterval
(long address, long fromDate, long toDate) {
/libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java
102
return
formatDateInterval
(getFormatter(skeleton, locale.toString(), tz.getID()), startMs, endMs);
238
private static native String
formatDateInterval
(long address, long fromDate, long toDate);
Completed in 851 milliseconds