Uses of Class
com.ibm.icu.text.MeasureFormat
-
Packages that use MeasureFormat 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 MeasureFormat in com.ibm.icu.text
Subclasses of MeasureFormat in com.ibm.icu.text Modifier and Type Class Description class
TimeUnitFormat
Deprecated.ICU 53 useMeasureFormat
instead.Methods in com.ibm.icu.text that return MeasureFormat Modifier and Type Method Description static MeasureFormat
MeasureFormat. getCurrencyFormat()
Return a formatter for CurrencyAmount objects in the defaultFORMAT
locale.static MeasureFormat
MeasureFormat. getCurrencyFormat(ULocale locale)
Return a formatter for CurrencyAmount objects in the given locale.static MeasureFormat
MeasureFormat. getCurrencyFormat(java.util.Locale locale)
Return a formatter for CurrencyAmount objects in the givenLocale
.static MeasureFormat
MeasureFormat. getInstance(ULocale locale, MeasureFormat.FormatWidth formatWidth)
Create a format from the locale, formatWidth, and format.static MeasureFormat
MeasureFormat. getInstance(ULocale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat format)
Create a format from the locale, formatWidth, and format.static MeasureFormat
MeasureFormat. getInstance(java.util.Locale locale, MeasureFormat.FormatWidth formatWidth)
Create a format from theLocale
and formatWidth.static MeasureFormat
MeasureFormat. getInstance(java.util.Locale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat format)
Create a format from theLocale
, formatWidth, and format.
-