Searched defs:CurrencyAmount (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcurramt.cpp22 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, function in class:CurrencyAmount
27 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, function in class:CurrencyAmount
32 CurrencyAmount::CurrencyAmount(const CurrencyAmount& other) : function in class:CurrencyAmount
36 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcurramt.h37 class U_I18N_API CurrencyAmount: public Measure { class in inherits:Measure
49 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
62 CurrencyAmount(double amount, const UChar* isoCode,
69 CurrencyAmount(const CurrencyAmount& other);
75 CurrencyAmount& operator=(const CurrencyAmount& other);
88 virtual ~CurrencyAmount();
121 inline const CurrencyUnit& CurrencyAmount::getCurrency() const {
125 inline const UChar* CurrencyAmount
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrencyAmount.java19 * CurrencyAmount objects are immutable.
25 public class CurrencyAmount extends Measure { class in inherits:Measure
32 public CurrencyAmount(Number number, Currency currency) { method in class:CurrencyAmount
41 public CurrencyAmount(double number, Currency currency) { method in class:CurrencyAmount
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrencyAmount.java18 * CurrencyAmount objects are immutable.
25 public class CurrencyAmount extends Measure { class in inherits:Measure
33 public CurrencyAmount(Number number, Currency currency) { method in class:CurrencyAmount
43 public CurrencyAmount(double number, Currency currency) { method in class:CurrencyAmount
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 102 milliseconds