Uses of Class
com.ibm.icu.text.DateIntervalFormat.FormatOutput
-
Packages that use DateIntervalFormat.FormatOutput Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of DateIntervalFormat.FormatOutput in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type DateIntervalFormat.FormatOutput Modifier and Type Method Description private java.lang.StringBuffer
DateIntervalFormat. fallbackFormat(Calendar fromCalendar, Calendar toCalendar, boolean fromToOnSameDay, java.lang.StringBuffer appendTo, java.text.FieldPosition pos, DateIntervalFormat.FormatOutput output, java.util.List<java.text.FieldPosition> attributes)
private java.lang.StringBuffer
DateIntervalFormat. fallbackFormat(Calendar fromCalendar, Calendar toCalendar, boolean fromToOnSameDay, java.lang.StringBuffer appendTo, java.text.FieldPosition pos, DateIntervalFormat.FormatOutput output, java.util.List<java.text.FieldPosition> attributes, java.lang.String fullPattern)
private void
DateIntervalFormat. fallbackFormatRange(Calendar fromCalendar, Calendar toCalendar, java.lang.StringBuffer appendTo, java.lang.StringBuilder patternSB, java.text.FieldPosition pos, DateIntervalFormat.FormatOutput output, java.util.List<java.text.FieldPosition> attributes)
Like fallbackFormat, but specifically for ranges.private java.lang.StringBuffer
DateIntervalFormat. formatImpl(Calendar fromCalendar, Calendar toCalendar, java.lang.StringBuffer appendTo, java.text.FieldPosition pos, DateIntervalFormat.FormatOutput output, java.util.List<java.text.FieldPosition> attributes)
private java.lang.StringBuffer
DateIntervalFormat. formatIntervalImpl(DateInterval dtInterval, java.lang.StringBuffer appendTo, java.text.FieldPosition pos, DateIntervalFormat.FormatOutput output, java.util.List<java.text.FieldPosition> attributes)
-