Home | History | Annotate | Download | only in i18n

Lines Matching refs:CurrencyAmount

389     const CurrencyAmount* amt;
390 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) {
607 CurrencyAmount *tempCurAmnt = new CurrencyAmount(n, curr, ec); // Use for null testing.