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.
|
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.