Lines Matching defs:CurrencyUnit
22 CurrencyUnit::CurrencyUnit(const UChar* _isoCode, UErrorCode& ec) {
33 CurrencyUnit::CurrencyUnit(const CurrencyUnit& other) :
38 CurrencyUnit& CurrencyUnit::operator=(const CurrencyUnit& other) {
45 UObject* CurrencyUnit::clone() const {
46 return new CurrencyUnit(*this);
49 CurrencyUnit::~CurrencyUnit() {
52 UBool CurrencyUnit::operator==(const UObject& other) const {
53 const CurrencyUnit& c = (const CurrencyUnit&) other;
58 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyUnit)