Searched refs:CurrencyFormat (Results 1 – 11 of 11) sorted by relevance
23 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : in CurrencyFormat() function in CurrencyFormat28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : in CurrencyFormat() function in CurrencyFormat33 CurrencyFormat::~CurrencyFormat() { in ~CurrencyFormat()36 CurrencyFormat* CurrencyFormat::clone() const { in clone()37 return new CurrencyFormat(*this); in clone()40 UnicodeString& CurrencyFormat::format(const Formattable& obj, in format()48 void CurrencyFormat::parseObject(const UnicodeString& source, in parseObject()58 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();60 virtual CurrencyFormat* clone() const;
876 LocalPointer<CurrencyFormat> fmt(new CurrencyFormat(locale, ec), 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()
531 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()
570 return new CurrencyFormat(locale); in getCurrencyFormat()
381 …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;
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...