Searched refs:earlierDate (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalFormat.java837 StringBuffer earlierDate = new StringBuffer(64);
838 earlierDate = fDateFormat.format(fromCalendar, earlierDate, pos);
842 adjustPosition(fallbackPattern, earlierDate.toString(), pos, laterDate.toString(), otherPos, pos);
844 {earlierDate.toString(), laterDate.toString()});
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java845 StringBuffer earlierDate = new StringBuffer(64);
846 earlierDate = fDateFormat.format(fromCalendar, earlierDate, pos);
850 adjustPosition(fallbackPattern, earlierDate.toString(), pos, laterDate.toString(), otherPos, pos);
852 {earlierDate.toString(), laterDate.toString()});
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp1364 // no need delete earlierDate and laterDate since they are adopted
1371 UnicodeString* earlierDate = new UnicodeString(); local
1372 fDateFormat->format(fromCalendar, *earlierDate, pos);
1377 adjustPosition(fallbackPattern, *earlierDate, pos, *laterDate, otherPos, pos);
1379 fmtArray[0].adoptString(earlierDate);
/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 ...

Completed in 84 milliseconds