Home | History | Annotate | Download | only in i18n

Lines Matching refs:CurrencyFormat

23 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) :
29 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) :
35 CurrencyFormat::~CurrencyFormat() {
39 Format* CurrencyFormat::clone() const {
40 return new CurrencyFormat(*this);
43 UnicodeString& CurrencyFormat::format(const Formattable& obj,
51 void CurrencyFormat::parseObject(const UnicodeString& source,
61 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyFormat)