Lines Matching defs:CurrencyFormat
22 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) :
28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) :
34 CurrencyFormat::~CurrencyFormat() {
38 UBool CurrencyFormat::operator==(const Format& other) const {
45 const CurrencyFormat* c = (const CurrencyFormat*) &other;
49 Format* CurrencyFormat::clone() const {
50 return new CurrencyFormat(*this);
53 UnicodeString& CurrencyFormat::format(const Formattable& obj,
61 void CurrencyFormat::parseObject(const UnicodeString& source,
68 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyFormat)