Searched refs:CurrencyAmount (Results 1 - 14 of 14) sorted by relevance

/external/icu4c/i18n/
H A Dcurramt.cpp20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, function in class:CurrencyAmount
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, function in class:CurrencyAmount
30 CurrencyAmount::CurrencyAmount(const CurrencyAmount& other) : function in class:CurrencyAmount
34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount
[all...]
H A Dnumfmt.cpp420 const CurrencyAmount* amt;
421 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) {
638 CurrencyAmount *tempCurAmnt = new CurrencyAmount(n, curr, ec); // Use for null testing.
H A Dunum.cpp298 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status);
428 const CurrencyAmount* c;
430 (c = dynamic_cast<const CurrencyAmount*>(res.getObject())) != NULL) {
H A Ddecimfmt.cpp1683 result.adoptObject(new CurrencyAmount(n, curbuf, ec));
/external/icu4c/i18n/unicode/
H A Dcurramt.h35 class U_I18N_API CurrencyAmount: public Measure { class in inherits: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 {
123 inline const UChar* CurrencyAmount
[all...]
/external/icu4c/test/intltest/
H A Duobjtest.cpp370 TESTCLASSID_CTOR(CurrencyAmount, (1.0, SMALL_STR, status));
H A Dnumfmtst.cpp1902 CurrencyAmount ca(9, USD, ec);
1903 assertSuccess("CurrencyAmount", ec);
1905 CurrencyAmount ca2(ca);
1907 errln("CurrencyAmount copy constructed object should be same");
1912 errln("CurrencyAmount assigned object should be same");
1915 CurrencyAmount *ca3 = (CurrencyAmount *)ca.clone();
1917 errln("CurrencyAmount cloned object should be same");
2111 * Parse a CurrencyAmount using the given NumberFormat, with
2125 result.adoptObject(new CurrencyAmount(
[all...]
H A Dintltest.cpp174 const CurrencyAmount* c = dynamic_cast<const CurrencyAmount*>(f.getObject());
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1228 #define CurrencyAmount CurrencyAmount_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1228 #define CurrencyAmount CurrencyAmount_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1228 #define CurrencyAmount CurrencyAmount_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1228 #define CurrencyAmount CurrencyAmount_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1907 #define CurrencyAmount U_ICU_ENTRY_POINT_RENAME(CurrencyAmount) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 266 milliseconds