Uses of Class
com.ibm.icu.util.CurrencyAmount
Packages that use CurrencyAmount
-
Uses of CurrencyAmount in com.ibm.icu.impl.icuadapter
Methods in com.ibm.icu.impl.icuadapter with parameters of type CurrencyAmountModifier and TypeMethodDescriptionNumberFormatJDK.format
(CurrencyAmount currAmt, StringBuffer toAppendTo, FieldPosition pos) -
Uses of CurrencyAmount in com.ibm.icu.impl.number.parse
Methods in com.ibm.icu.impl.number.parse that return CurrencyAmountModifier and TypeMethodDescriptionstatic CurrencyAmount
NumberParserImpl.parseStaticCurrency
(String input, 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 CurrencyAmountModifier and TypeMethodDescriptionCompactDecimalFormat.parseCurrency
(CharSequence text, ParsePosition parsePosition) Parsing is currently unsupported, and throws an UnsupportedOperationException.DecimalFormat.parseCurrency
(CharSequence text, ParsePosition parsePosition) Parses text from the given string as a CurrencyAmount.NumberFormat.parseCurrency
(CharSequence text, ParsePosition pos) Parses text from the given string as a CurrencyAmount.CurrencyFormat.parseObject
(String source, ParsePosition pos) Override Format.parseObject().Methods in com.ibm.icu.text with parameters of type CurrencyAmountModifier and TypeMethodDescriptionDecimalFormat.format
(CurrencyAmount currAmt, StringBuffer result, FieldPosition fieldPosition) Formats a CurrencyAmount.final String
NumberFormat.format
(CurrencyAmount currAmt) Convenience method to format a CurrencyAmount.NumberFormat.format
(CurrencyAmount currAmt, StringBuffer toAppendTo, FieldPosition pos) Formats a CurrencyAmount.