Uses of Class
com.ibm.icu.util.CurrencyAmount
-
Packages that use CurrencyAmount Package Description com.ibm.icu.impl.icuadapter com.ibm.icu.impl.number.parse com.ibm.icu.text -
-
Uses of CurrencyAmount in com.ibm.icu.impl.icuadapter
Methods in com.ibm.icu.impl.icuadapter with parameters of type CurrencyAmount Modifier and Type Method Description java.lang.StringBuffer
NumberFormatJDK. format(CurrencyAmount currAmt, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)
-
Uses of CurrencyAmount in com.ibm.icu.impl.number.parse
Methods in com.ibm.icu.impl.number.parse that return CurrencyAmount Modifier and Type Method Description static CurrencyAmount
NumberParserImpl. parseStaticCurrency(java.lang.String input, java.text.ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols)
Parses the string without returning a NumberParserImpl. -
Uses of CurrencyAmount in com.ibm.icu.text
Methods in com.ibm.icu.text that return CurrencyAmount Modifier and Type Method Description CurrencyAmount
CompactDecimalFormat. parseCurrency(java.lang.CharSequence text, java.text.ParsePosition parsePosition)
Parsing is currently unsupported, and throws an UnsupportedOperationException.CurrencyAmount
DecimalFormat. parseCurrency(java.lang.CharSequence text, java.text.ParsePosition parsePosition)
Parses text from the given string as a CurrencyAmount.CurrencyAmount
NumberFormat. parseCurrency(java.lang.CharSequence text, java.text.ParsePosition pos)
Parses text from the given string as a CurrencyAmount.CurrencyAmount
CurrencyFormat. parseObject(java.lang.String source, java.text.ParsePosition pos)
Override Format.parseObject().Methods in com.ibm.icu.text with parameters of type CurrencyAmount Modifier and Type Method Description java.lang.StringBuffer
DecimalFormat. format(CurrencyAmount currAmt, java.lang.StringBuffer result, java.text.FieldPosition fieldPosition)
Formats a CurrencyAmount.java.lang.String
NumberFormat. format(CurrencyAmount currAmt)
Convenience method to format a CurrencyAmount.java.lang.StringBuffer
NumberFormat. format(CurrencyAmount currAmt, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)
Formats a CurrencyAmount.
-