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 |
GeneralMeasureFormat
Deprecated.
This API is ICU internal only.
|
class |
TimeUnitFormat
Format or parse a TimeUnitAmount, using plural rules for the units where available.
|
Modifier and Type | Method and Description |
---|---|
static MeasureFormat |
GeneralMeasureFormat.getCurrencyFormat()
Deprecated.
This API is ICU internal only.
|
static MeasureFormat |
MeasureFormat.getCurrencyFormat()
Return a formatter for CurrencyAmount objects in the default
FORMAT locale. |
static MeasureFormat |
GeneralMeasureFormat.getCurrencyFormat(ULocale locale)
Deprecated.
This API is ICU internal only.
|
static MeasureFormat |
MeasureFormat.getCurrencyFormat(ULocale locale)
Return a formatter for CurrencyAmount objects in the given
locale.
|
Copyright (c) 2013 IBM Corporation and others.