Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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 Format* CurrencyFormat::clone() const { in clone()
40 return new CurrencyFormat(*this); in clone()
43 UnicodeString& CurrencyFormat::format(const Formattable& obj, in format()
51 void CurrencyFormat::parseObject(const UnicodeString& source, in parseObject()
61 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyFormat)
Dcurrfmt.h38 class CurrencyFormat : public MeasureFormat {
45 CurrencyFormat(const Locale& locale, UErrorCode& ec);
50 CurrencyFormat(const CurrencyFormat& other);
55 virtual ~CurrencyFormat();
Dmeasfmt.cpp1259 CurrencyFormat* fmt = NULL; in createCurrencyFormat()
1261 fmt = new CurrencyFormat(locale, ec); in createCurrencyFormat()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCurrencyFormat.java34 class CurrencyFormat extends MeasureFormat { class
38 public CurrencyFormat(ULocale locale) { in CurrencyFormat() method in CurrencyFormat
73 return new CurrencyFormat(getLocale(ULocale.ACTUAL_LOCALE)); in readResolve()
DMeasureFormat.java524 return new CurrencyFormat(locale); in getCurrencyFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyFormat.java33 class CurrencyFormat extends MeasureFormat { class
37 public CurrencyFormat(ULocale locale) { in CurrencyFormat() method in CurrencyFormat
72 return new CurrencyFormat(getLocale(ULocale.ACTUAL_LOCALE)); in readResolve()
DMeasureFormat.java563 return new CurrencyFormat(locale); in getCurrencyFormat()
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp383 …TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), st… in testIDs()
/external/icu/icu4j/
Dcoverage-exclusion.txt463 com/ibm/icu/impl/number/formatters/CurrencyFormat#<init>:()V
464 …impl/number/formatters/CurrencyFormat$CurrencyStyle#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/impl/…
766 com/ibm/icu/text/CurrencyFormat#clone:()Ljava/lang/Object;
767 com/ibm/icu/text/CurrencyFormat#readResolve:()Ljava/lang/Object;