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

  /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/icu4c/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 461 const CurrencyAmount* amt;
462 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) {
667 CurrencyAmount* NumberFormat::parseCurrency(const UnicodeString& text,
678 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));
compactdecimalformat.cpp 344 CurrencyAmount*
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/icu4c/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 640 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount
645 virtual CurrencyAmount* parseCurrency(const UnicodeString& text,
    [all...]
decimfmt.h     [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 161 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos));
    [all...]
uobjtest.cpp 372 TESTCLASSID_CTOR(CurrencyAmount, (1.0, SMALL_STR, status));
intltest.cpp 174 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1177 milliseconds