Home
last modified time | relevance | path

Searched refs:earlierDate (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java861 StringBuffer earlierDate = new StringBuffer(64); in fallbackFormat() local
862 earlierDate = fDateFormat.format(fromCalendar, earlierDate, pos); in fallbackFormat()
866 … adjustPosition(fallbackPattern, earlierDate.toString(), pos, laterDate.toString(), otherPos, pos); in fallbackFormat()
868 fallbackPattern, 2, 2, earlierDate, laterDate); in fallbackFormat()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java853 StringBuffer earlierDate = new StringBuffer(64); in fallbackFormat() local
854 earlierDate = fDateFormat.format(fromCalendar, earlierDate, pos); in fallbackFormat()
858 … adjustPosition(fallbackPattern, earlierDate.toString(), pos, laterDate.toString(), otherPos, pos); in fallbackFormat()
860 fallbackPattern, 2, 2, earlierDate, laterDate); in fallbackFormat()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1356 UnicodeString earlierDate; in fallbackFormat() local
1357 fDateFormat->format(fromCalendar, earlierDate, pos); in fallbackFormat()
1362 adjustPosition(fallbackPattern, earlierDate, pos, laterDate, otherPos, pos); in fallbackFormat()
1365 format(earlierDate, laterDate, fallbackRange, status); in fallbackFormat()