Uses of Class
com.ibm.icu.text.MeasureFormat
Packages that use MeasureFormat
-
Uses of MeasureFormat in com.ibm.icu.text
Subclasses of MeasureFormat in com.ibm.icu.textModifier and TypeClassDescription(package private) class
Temporary internal concrete subclass of MeasureFormat implementing parsing and formatting of CurrencyAmount objects.class
Deprecated.Methods in com.ibm.icu.text that return MeasureFormatModifier and TypeMethodDescriptionstatic 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
(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
(Locale locale, MeasureFormat.FormatWidth formatWidth) Create a format from theLocale
and formatWidth.static MeasureFormat
MeasureFormat.getInstance
(Locale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat format) Create a format from theLocale
, formatWidth, and format.(package private) MeasureFormat
MeasureFormat.withLocale
(ULocale locale) (package private) MeasureFormat
MeasureFormat.withNumberFormat
(NumberFormat format)
MeasureFormat
instead.