Lines Matching refs:CurrencyUnit
1884 CurrencyUnit cu(USD, ec);1885 assertSuccess("CurrencyUnit", ec);1890 CurrencyUnit cu2(cu);1892 errln("CurrencyUnit copy constructed object should be same");1895 CurrencyUnit * cu3 = (CurrencyUnit *)cu.clone();1897 errln("CurrencyUnit cloned object should be same");