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

  /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...]
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/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/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/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 214 milliseconds