Lines Matching refs:CurrencyFormat
23 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) :
29 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) :
35 CurrencyFormat::~CurrencyFormat() {
39 UBool CurrencyFormat::operator==(const Format& other) const {
46 const CurrencyFormat* c = (const CurrencyFormat*) &other;
50 Format* CurrencyFormat::clone() const {
51 return new CurrencyFormat(*this);
54 UnicodeString& CurrencyFormat::format(const Formattable& obj,
62 void CurrencyFormat::parseObject(const UnicodeString& source,
72 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyFormat)