| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeUnitFormat
Deprecated.
ICU 53 use
MeasureFormat instead. |
| Modifier and Type | Method and Description |
|---|---|
static MeasureFormat |
MeasureFormat.getCurrencyFormat()
Return a formatter for CurrencyAmount objects in the default
FORMAT locale. |
static MeasureFormat |
MeasureFormat.getCurrencyFormat(Locale locale)
Return a formatter for CurrencyAmount objects in the given
Locale. |
static MeasureFormat |
MeasureFormat.getCurrencyFormat(ULocale locale)
Return a formatter for CurrencyAmount objects in the given locale.
|
static MeasureFormat |
MeasureFormat.getInstance(Locale locale,
MeasureFormat.FormatWidth formatWidth)
Create a format from the
Locale and formatWidth. |
static MeasureFormat |
MeasureFormat.getInstance(Locale locale,
MeasureFormat.FormatWidth formatWidth,
NumberFormat format)
Create a format from the
Locale, formatWidth, and format. |
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.
|
Copyright © 2016 Unicode, Inc. and others.