Home | History | Annotate | Download | only in i18n

Lines Matching defs:CurrencyAmount

20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode,
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode,
30 CurrencyAmount::CurrencyAmount(const CurrencyAmount& other) :
34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount& other) {
39 UObject* CurrencyAmount::clone() const {
40 return new CurrencyAmount(*this);
43 CurrencyAmount::~CurrencyAmount() {
46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyAmount)