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.
|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
Measure |
GeneralMeasureFormat.parseObject(java.lang.String toParse,
java.text.ParsePosition parsePosition)
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
GeneralMeasureFormat.format(Measure... measures)
Deprecated.
This API is ICU internal only.
|
java.lang.StringBuffer |
GeneralMeasureFormat.format(Measure measure,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos)
Deprecated.
This API is ICU internal only.
|
java.lang.StringBuffer |
GeneralMeasureFormat.format(java.lang.StringBuffer toAppendto,
java.text.FieldPosition pos,
Measure... measures)
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrencyAmount
An amount of currency, consisting of a Number and a Currency.
|
class |
TimeUnitAmount
Express a duration as a time unit and number.
|
Copyright (c) 2013 IBM Corporation and others.