Lines Matching refs:amount
34 * A currency together with a numeric amount, such as 200 USD.
42 * Construct an object with the given numeric amount and the given
44 * @param amount a numeric object; amount.isNumeric() must be true
47 * @param ec input-output error code. If the amount or the isoCode
51 CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode,
55 * Construct an object with the given numeric amount and the given
57 * @param amount the amount of the given currency
64 CurrencyAmount(double amount, ConstChar16Ptr isoCode,