Home | History | Annotate | Download | only in unicode

Lines Matching refs:amount

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