Searched refs:CurrencyFormat (Results 1 – 9 of 9) sorted by relevance
23 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : in CurrencyFormat() function in CurrencyFormat29 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : in CurrencyFormat() function in CurrencyFormat35 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)
38 class CurrencyFormat : public MeasureFormat {45 CurrencyFormat(const Locale& locale, UErrorCode& ec);50 CurrencyFormat(const CurrencyFormat& other);55 virtual ~CurrencyFormat();
1259 CurrencyFormat* fmt = NULL; in createCurrencyFormat()1261 fmt = new CurrencyFormat(locale, ec); in createCurrencyFormat()
34 class CurrencyFormat extends MeasureFormat { class38 public CurrencyFormat(ULocale locale) { in CurrencyFormat() method in CurrencyFormat73 return new CurrencyFormat(getLocale(ULocale.ACTUAL_LOCALE)); in readResolve()
524 return new CurrencyFormat(locale); in getCurrencyFormat()
33 class CurrencyFormat extends MeasureFormat { class37 public CurrencyFormat(ULocale locale) { in CurrencyFormat() method in CurrencyFormat72 return new CurrencyFormat(getLocale(ULocale.ACTUAL_LOCALE)); in readResolve()
563 return new CurrencyFormat(locale); in getCurrencyFormat()
383 …TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), st… in testIDs()
463 com/ibm/icu/impl/number/formatters/CurrencyFormat#<init>:()V464 …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;