Searched refs:datePortion (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 872 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() 878 fDateTimeFormat, 2, 2, fallbackRange, datePortion); in fallbackFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateIntervalFormat.java | 863 StringBuffer datePortion = new StringBuffer(64); in fallbackFormat() local 866 datePortion = fDateFormat.format(fromCalendar, datePortion, otherPos); in fallbackFormat() 867 … adjustPosition(fDateTimeFormat, fallbackRange, pos, datePortion.toString(), otherPos, pos); in fallbackFormat() 869 fDateTimeFormat, 2, 2, fallbackRange, datePortion); in fallbackFormat()
|
/external/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 1368 UnicodeString datePortion; in fallbackFormat() local 1371 fDateFormat->format(fromCalendar, datePortion, otherPos); in fallbackFormat() 1372 adjustPosition(*fDateTimeFormat, fallbackRange, pos, datePortion, otherPos, pos); in fallbackFormat() 1375 &datePortion, // {1} is single date portion in fallbackFormat()
|