Home
last modified time | relevance | path

Searched refs:CurrencyFormat (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dcurrfmt.cpp22 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : in CurrencyFormat() function in CurrencyFormat
28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : in CurrencyFormat() function in CurrencyFormat
34 CurrencyFormat::~CurrencyFormat() { in ~CurrencyFormat()
38 UBool CurrencyFormat::operator==(const Format& other) const { in operator ==()
45 const CurrencyFormat* c = (const CurrencyFormat*) &other; in operator ==()
49 Format* CurrencyFormat::clone() const { in clone()
50 return new CurrencyFormat(*this); in clone()
53 UnicodeString& CurrencyFormat::format(const Formattable& obj, in format()
61 void CurrencyFormat::parseObject(const UnicodeString& source, in parseObject()
68 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyFormat)
Dcurrfmt.h36 class CurrencyFormat : public MeasureFormat {
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
48 CurrencyFormat(const CurrencyFormat& other);
53 virtual ~CurrencyFormat();
Dmeasfmt.cpp24 CurrencyFormat* fmt = NULL; in createCurrencyFormat()
26 fmt = new CurrencyFormat(locale, ec); in createCurrencyFormat()
/external/icu4c/i18n/
Dcurrfmt.cpp23 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : in CurrencyFormat() function in CurrencyFormat
29 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : in CurrencyFormat() function in CurrencyFormat
35 CurrencyFormat::~CurrencyFormat() { in ~CurrencyFormat()
39 UBool CurrencyFormat::operator==(const Format& other) const { in operator ==()
46 const CurrencyFormat* c = (const CurrencyFormat*) &other; in operator ==()
50 Format* CurrencyFormat::clone() const { in clone()
51 return new CurrencyFormat(*this); in clone()
54 UnicodeString& CurrencyFormat::format(const Formattable& obj, in format()
62 void CurrencyFormat::parseObject(const UnicodeString& source, in parseObject()
72 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyFormat)
Dcurrfmt.h36 class CurrencyFormat : public MeasureFormat {
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
48 CurrencyFormat(const CurrencyFormat& other);
53 virtual ~CurrencyFormat();
Dmeasfmt.cpp26 CurrencyFormat* fmt = NULL; in createCurrencyFormat()
28 fmt = new CurrencyFormat(locale, ec); in createCurrencyFormat()
/external/chromium_org/third_party/icu/source/test/intltest/
Duobjtest.cpp363 …TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), st… in testIDs()
/external/icu4c/test/intltest/
Duobjtest.cpp375 …TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), st… in testIDs()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1889 #define CurrencyFormat U_ICU_ENTRY_POINT_RENAME(CurrencyFormat) macro