/external/chromium_org/third_party/icu/source/i18n/ |
curramt.cpp | 20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, 25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, 30 CurrencyAmount::CurrencyAmount(const CurrencyAmount& other) : 34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount& other) [all...] |
currfmt.cpp | 66 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos);
|
numfmt.cpp | 482 const CurrencyAmount* amt; 483 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) { 703 CurrencyAmount* NumberFormat::parseCurrency(const UnicodeString& text, 714 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curr, ec)); [all...] |
unum.cpp | 299 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status); 432 LocalPointer<CurrencyAmount> currAmt(((const NumberFormat*)fmt)->parseCurrency(src, pp));
|
/external/icu/icu4c/source/i18n/ |
curramt.cpp | 20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, 25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, 30 CurrencyAmount::CurrencyAmount(const CurrencyAmount& other) : 34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount& other) [all...] |
currfmt.cpp | 53 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos);
|
numfmt.cpp | 509 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)); [all...] |
unum.cpp | 303 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status); 436 LocalPointer<CurrencyAmount> currAmt(((const NumberFormat*)fmt)->parseCurrency(src, pp));
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
curramt.h | 35 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 { 123 inline const UChar* CurrencyAmount::getISOCurrency() const [all...] |
compactdecimalformat.h | 281 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount 286 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
|
numfmt.h | 626 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount 631 virtual CurrencyAmount* parseCurrency(const UnicodeString& text, [all...] |
decimfmt.h | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
curramt.h | 35 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 { 123 inline const UChar* CurrencyAmount::getISOCurrency() const [all...] |
compactdecimalformat.h | 279 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount 284 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
|
numfmt.h | 629 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount 634 virtual CurrencyAmount* parseCurrency(const UnicodeString& text, [all...] |
decimfmt.h | [all...] |
/external/icu/icu4c/source/test/intltest/ |
measfmttest.cpp | 704 CurrencyAmount USD_1(1.0, USD, status); 705 CurrencyAmount USD_2(2.0, USD, status); 706 CurrencyAmount USD_NEG_1(-1.0, USD, status); [all...] |
numfmtst.cpp | 177 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos)); [all...] |
uobjtest.cpp | 372 TESTCLASSID_CTOR(CurrencyAmount, (1.0, SMALL_STR, status));
|
tsmthred.cpp | 729 gYDDThing.adoptObject(new CurrencyAmount(123.456, kYDD, status)); 730 gBBDThing.adoptObject(new CurrencyAmount(987.654, kBBD, status)); [all...] |
intltest.cpp | 185 const CurrencyAmount* c = dynamic_cast<const CurrencyAmount*>(f.getObject()); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
numfmtst.cpp | 173 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos)); [all...] |
uobjtest.cpp | 372 TESTCLASSID_CTOR(CurrencyAmount, (1.0, SMALL_STR, status));
|
tsmthred.cpp | 724 gYDDThing.adoptObject(new CurrencyAmount(123.456, kYDD, status)); 725 gBBDThing.adoptObject(new CurrencyAmount(987.654, kBBD, status)); [all...] |
intltest.cpp | 185 const CurrencyAmount* c = dynamic_cast<const CurrencyAmount*>(f.getObject()); [all...] |