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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalFormat.java839 StringBuffer laterDate = new StringBuffer(64);
840 laterDate = fDateFormat.format(toCalendar, laterDate, otherPos);
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.java847 StringBuffer laterDate = new StringBuffer(64);
848 laterDate = fDateFormat.format(toCalendar, laterDate, otherPos);
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
1373 UnicodeString* laterDate = new UnicodeString(); local
1374 fDateFormat->format(toCalendar, *laterDate, otherPos);
1377 adjustPosition(fallbackPattern, *earlierDate, pos, *laterDate, otherPos, pos);
1380 fmtArray[1].adoptString(laterDate);
/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 126 milliseconds