Trac Comment 6 by @Peter Edberg—2011-12-03T05:16:19.355Z
Actually, that plan for C++ parseCurrency won' work because CurrencyAmount objects are immutable.
UnicodeBot
July 1, 2018 at 12:04 AM
Trac Comment 5 by @Peter Edberg—2011-12-02T19:45:19.468Z
Approved in ICU PMC 2011/09/28 as follows:
i. In J, parseCurrency should take CharSequence instead of String ii. In C++: virtual CurrencyAmount &parseCurrency (const UnicodeString &text, CurrencyAmount &result, ParsePosition &pos) const; - Approved
Deleted Component: formatting
Follow-on from #8583: ICU4C and ICU4J NumberFormat and DecimalFormat have @internal parseCurrency methods; these should be made @draft in ICU 49.