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

/macosx-10.10.1/ICU-531.30/icuSources/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 Dcurrfmt.cpp53 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos);
H A Dnumfmt.cpp509 const CurrencyAmount* amt;
510 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) {
730 CurrencyAmount* NumberFormat::parseCurrency(const UnicodeString& text,
741 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curr, ec));
H A Dunum.cpp303 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status);
436 LocalPointer<CurrencyAmount> currAmt(((const NumberFormat*)fmt)->parseCurrency(src, pp));
H A Dcompactdecimalformat.cpp344 CurrencyAmount*
H A Dmeasfmt.cpp728 new CurrencyAmount(amtNumber, isoCode, status),
H A Ddecimfmt.cpp2188 CurrencyAmount* DecimalFormat::parseCurrency(const UnicodeString& text,
2196 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curbuf, ec));
/macosx-10.10.1/ICU-531.30/icuSources/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...]
H A Dcompactdecimalformat.h279 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount
284 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
H A Dnumfmt.h629 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount
634 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
H A Ddecimfmt.h1173 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount
1178 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dmeasfmttest.cpp704 CurrencyAmount USD_1(1.0, USD, status);
705 CurrencyAmount USD_2(2.0, USD, status);
706 CurrencyAmount USD_NEG_1(-1.0, USD, status);
H A Dnumfmtst.cpp177 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos));
1942 CurrencyAmount ca(9, USD, ec);
1943 assertSuccess("CurrencyAmount", ec);
1945 CurrencyAmount ca2(ca);
1947 errln("CurrencyAmount copy constructed object should be same");
1952 errln("CurrencyAmount assigned object should be same");
1955 CurrencyAmount *ca3 = (CurrencyAmount *)ca.clone();
1957 errln("CurrencyAmount cloned object should be same");
2163 * Parse a CurrencyAmount usin
[all...]
H A Duobjtest.cpp372 TESTCLASSID_CTOR(CurrencyAmount, (1.0, SMALL_STR, status));
H A Dtsmthred.cpp729 gYDDThing.adoptObject(new CurrencyAmount(123.456, kYDD, status));
730 gBBDThing.adoptObject(new CurrencyAmount(987.654, kBBD, status));
H A Dintltest.cpp185 const CurrencyAmount* c = dynamic_cast<const CurrencyAmount*>(f.getObject());
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h1888 #define CurrencyAmount U_ICU_ENTRY_POINT_RENAME(CurrencyAmount) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h1888 #define CurrencyAmount U_ICU_ENTRY_POINT_RENAME(CurrencyAmount) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h1888 #define CurrencyAmount U_ICU_ENTRY_POINT_RENAME(CurrencyAmount) macro

Completed in 390 milliseconds