static MeasureFormat |
MeasureFormat.getCurrencyFormat() |
Return a formatter for CurrencyAmount objects in the default FORMAT 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 given Locale .
|
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 the Locale and formatWidth.
|
static MeasureFormat |
MeasureFormat.getInstance(java.util.Locale locale,
MeasureFormat.FormatWidth formatWidth,
NumberFormat format) |
Create a format from the Locale , formatWidth, and format.
|
(package private) MeasureFormat |
MeasureFormat.withLocale(ULocale locale) |
|
(package private) MeasureFormat |
MeasureFormat.withNumberFormat(NumberFormat format) |
|