Home | History | Annotate | Download | only in unicode

Lines Matching refs:amount

25  * \brief C++ API: Currency Amount Object.
32 * A currency together with a numeric amount, such as 200 USD.
40 * Construct an object with the given numeric amount and the given
42 * @param amount a numeric object; amount.isNumeric() must be TRUE
45 * @param ec input-output error code. If the amount or the isoCode
49 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
53 * Construct an object with the given numeric amount and the given
55 * @param amount the amount of the given currency
62 CurrencyAmount(double amount, const UChar* isoCode,