HomeSort by relevance Sort by last modified time
    Searched refs:CurrencyAmount (Results 1 - 25 of 27) sorted by null

1 2

  /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...]
numfmt.cpp 389 const CurrencyAmount* amt;
390 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) {
607 CurrencyAmount *tempCurAmnt = new CurrencyAmount(n, curr, ec); // Use for null testing.
    [all...]
unum.cpp 331 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status);
461 const CurrencyAmount* c;
463 (c = dynamic_cast<const CurrencyAmount*>(res.getObject())) != NULL) {
decimfmt.cpp     [all...]
  /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));
compactdecimalformat.cpp 344 CurrencyAmount*
measfmt.cpp 728 new CurrencyAmount(amtNumber, isoCode, status),
decimfmt.cpp     [all...]
  /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...]
  /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/
uobjtest.cpp 360 TESTCLASSID_CTOR(CurrencyAmount, (1.0, SMALL_STR, status));
numfmtst.cpp     [all...]
intltest.cpp 174 const CurrencyAmount* c = dynamic_cast<const CurrencyAmount*>(f.getObject());
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 551 milliseconds

1 2