Home | History | Annotate | Download | only in i18n

Lines Matching refs:CurrencyFormat

21 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) :
27 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) :
33 CurrencyFormat::~CurrencyFormat() {
37 Format* CurrencyFormat::clone() const {
38 return new CurrencyFormat(*this);
41 UnicodeString& CurrencyFormat::format(const Formattable& obj,
49 void CurrencyFormat::parseObject(const UnicodeString& source,
59 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyFormat)