Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java872 StringBuffer datePortion = new StringBuffer(64); in fallbackFormat() local
875 datePortion = fDateFormat.format(fromCalendar, datePortion, otherPos); in fallbackFormat()
876 … adjustPosition(fDateTimeFormat, fallbackRange, pos, datePortion.toString(), otherPos, pos); in fallbackFormat()
881 fallbackRange = msgFmt.format(new Object[] { fallbackRange, datePortion }, in fallbackFormat()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java864 StringBuffer datePortion = new StringBuffer(64); in fallbackFormat() local
867 datePortion = fDateFormat.format(fromCalendar, datePortion, otherPos); in fallbackFormat()
868 … adjustPosition(fDateTimeFormat, fallbackRange, pos, datePortion.toString(), otherPos, pos); in fallbackFormat()
873 fallbackRange = msgFmt.format(new Object[] { fallbackRange, datePortion }, in fallbackFormat()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1369 UnicodeString datePortion; in fallbackFormat() local
1372 fDateFormat->format(fromCalendar, datePortion, otherPos); in fallbackFormat()
1373 adjustPosition(*fDateTimeFormat, fallbackRange, pos, datePortion, otherPos, pos); in fallbackFormat()
1380 datePortion, // {1} is single date portion in fallbackFormat()