Home
last modified time | relevance | path

Searched refs:CurrencyAmount (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dcurramt.cpp20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, in CurrencyAmount() function in CurrencyAmount
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, in CurrencyAmount() function in CurrencyAmount
30 CurrencyAmount::CurrencyAmount(const CurrencyAmount& other) : in CurrencyAmount() function in CurrencyAmount
34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount& other) { in operator =()
39 UObject* CurrencyAmount::clone() const { in clone()
40 return new CurrencyAmount(*this); in clone()
43 CurrencyAmount::~CurrencyAmount() { in ~CurrencyAmount()
46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyAmount)
Dunum.cpp331 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status); in unum_formatDoubleCurrency()
461 const CurrencyAmount* c; in unum_parseDoubleCurrency()
463 (c = dynamic_cast<const CurrencyAmount*>(res.getObject())) != NULL) { in unum_parseDoubleCurrency()
Dnumfmt.cpp389 const CurrencyAmount* amt; in ArgExtractor()
390 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) { in ArgExtractor()
607 CurrencyAmount *tempCurAmnt = new CurrencyAmount(n, curr, ec); // Use for null testing. in parseCurrency()
Ddecimfmt.cpp1664 result.adoptObject(new CurrencyAmount(n, curbuf, ec)); in parse()
/external/icu/icu4c/source/i18n/
Dcurramt.cpp20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, in CurrencyAmount() function in CurrencyAmount
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, in CurrencyAmount() function in CurrencyAmount
30 CurrencyAmount::CurrencyAmount(const CurrencyAmount& other) : in CurrencyAmount() function in CurrencyAmount
34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount& other) { in operator =()
39 UObject* CurrencyAmount::clone() const { in clone()
40 return new CurrencyAmount(*this); in clone()
43 CurrencyAmount::~CurrencyAmount() { in ~CurrencyAmount()
46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CurrencyAmount)
Dcurrfmt.cpp53 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos); in parseObject()
Dnumfmt.cpp509 const CurrencyAmount* amt; in ArgExtractor()
510 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) { in ArgExtractor()
730 CurrencyAmount* NumberFormat::parseCurrency(const UnicodeString& text, in parseCurrency()
741 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curr, ec)); in parseCurrency()
Dunum.cpp303 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status); in unum_formatDoubleCurrency()
436 LocalPointer<CurrencyAmount> currAmt(((const NumberFormat*)fmt)->parseCurrency(src, pp)); in unum_parseDoubleCurrency()
Dcompactdecimalformat.cpp344 CurrencyAmount*
Dmeasfmt.cpp728 new CurrencyAmount(amtNumber, isoCode, status), in formatMeasure()
Ddecimfmt.cpp2187 CurrencyAmount* DecimalFormat::parseCurrency(const UnicodeString& text,
2195 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curbuf, ec));
/external/icu/icu4c/source/i18n/unicode/
Dcurramt.h35 class U_I18N_API CurrencyAmount: public Measure {
47 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
60 CurrencyAmount(double amount, const UChar* isoCode,
67 CurrencyAmount(const CurrencyAmount& other);
73 CurrencyAmount& operator=(const CurrencyAmount& other);
86 virtual ~CurrencyAmount();
119 inline const CurrencyUnit& CurrencyAmount::getCurrency() const { in getCurrency()
123 inline const UChar* CurrencyAmount::getISOCurrency() const { in getISOCurrency()
Dcompactdecimalformat.h284 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
Dnumfmt.h634 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
Ddecimfmt.h1179 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dcurramt.h35 class U_I18N_API CurrencyAmount: public Measure {
47 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
60 CurrencyAmount(double amount, const UChar* isoCode,
67 CurrencyAmount(const CurrencyAmount& other);
73 CurrencyAmount& operator=(const CurrencyAmount& other);
86 virtual ~CurrencyAmount();
119 inline const CurrencyUnit& CurrencyAmount::getCurrency() const { in getCurrency()
123 inline const UChar* CurrencyAmount::getISOCurrency() const { in getISOCurrency()
/external/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp704 CurrencyAmount USD_1(1.0, USD, status); in TestCurrencies()
705 CurrencyAmount USD_2(2.0, USD, status); in TestCurrencies()
706 CurrencyAmount USD_NEG_1(-1.0, USD, status); in TestCurrencies()
Dnumfmtst.cpp177 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos)); in TestAPI()
1942 CurrencyAmount ca(9, USD, ec); in TestCurrencyAmount()
1945 CurrencyAmount ca2(ca); in TestCurrencyAmount()
1955 CurrencyAmount *ca3 = (CurrencyAmount *)ca.clone(); in TestCurrencyAmount()
2177 result.adoptObject(new CurrencyAmount(n, cur.getTerminatedBuffer(), ec)); in parseCurrencyAmount()
2693 LocalPointer<CurrencyAmount> currencyAmount(fmt.parseCurrency(utext, ppos)); in expectParseCurrency()
2838 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status)); in TestCurrencyFormat()
3297 const CurrencyAmount* curramt = NULL; in TestCurrencyFormatForMixParsing()
3307 (curramt = dynamic_cast<const CurrencyAmount*>(result.getObject())) == NULL || in TestCurrencyFormatForMixParsing()
6142 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos)); in TestParseCurrencyInUCurr()
[all …]
Duobjtest.cpp372 TESTCLASSID_CTOR(CurrencyAmount, (1.0, SMALL_STR, status)); in testIDs()
Dtsmthred.cpp729 gYDDThing.adoptObject(new CurrencyAmount(123.456, kYDD, status)); in init()
730 gBBDThing.adoptObject(new CurrencyAmount(987.654, kBBD, status)); in init()
Dintltest.cpp185 const CurrencyAmount* c = dynamic_cast<const CurrencyAmount*>(f.getObject()); in _toString()
/external/chromium_org/third_party/icu/source/test/intltest/
Dnumfmtst.cpp1649 CurrencyAmount ca(9, USD, ec); in TestCurrencyAmount()
1652 CurrencyAmount ca2(ca); in TestCurrencyAmount()
1662 CurrencyAmount *ca3 = (CurrencyAmount *)ca.clone(); in TestCurrencyAmount()
1872 result.adoptObject(new CurrencyAmount(n, cur.getTerminatedBuffer(), ec)); in parseCurrencyAmount()
2458 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status)); in TestCurrencyFormat()
2858 const CurrencyAmount* curramt = NULL; in TestCurrencyFormatForMixParsing()
2868 (curramt = dynamic_cast<const CurrencyAmount*>(result.getObject())) == NULL || in TestCurrencyFormatForMixParsing()
Duobjtest.cpp360 TESTCLASSID_CTOR(CurrencyAmount, (1.0, SMALL_STR, status)); in testIDs()
Dintltest.cpp174 const CurrencyAmount* c = dynamic_cast<const CurrencyAmount*>(f.getObject()); in _toString()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1888 #define CurrencyAmount U_ICU_ENTRY_POINT_RENAME(CurrencyAmount) macro