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 | Method and Description |
---|---|
CurrencyAmount |
DecimalFormat.parseCurrency(CharSequence text,
ParsePosition pos)
Parses text from the given string as a CurrencyAmount.
|
CurrencyAmount |
NumberFormat.parseCurrency(CharSequence text,
ParsePosition pos)
Parses text from the given string as a CurrencyAmount.
|
Modifier and Type | Method and Description |
---|---|
String |
NumberFormat.format(CurrencyAmount currAmt)
[icu] Convenience method to format a CurrencyAmount.
|
StringBuffer |
NumberFormat.format(CurrencyAmount currAmt,
StringBuffer toAppendTo,
FieldPosition pos)
[icu] Formats a CurrencyAmount.
|
Copyright (c) 2014 IBM Corporation and others.