Searched defs:CurrencyFormat (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dcurrfmt.h36 class CurrencyFormat : public MeasureFormat { class in inherits:MeasureFormat
41 * Construct a CurrencyFormat for the given locale.
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
48 CurrencyFormat(const CurrencyFormat& other);
53 virtual ~CurrencyFormat();
H A Dcurrfmt.cpp22 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : function in class:CurrencyFormat
28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : function in class:CurrencyFormat
34 CurrencyFormat::~CurrencyFormat() {
38 UBool CurrencyFormat::operator==(const Format& other) const {
45 const CurrencyFormat* c = (const CurrencyFormat*)
[all...]
/external/icu/icu4c/source/i18n/
H A Dcurrfmt.h36 class CurrencyFormat : public MeasureFormat { class in inherits:MeasureFormat
41 * Construct a CurrencyFormat for the given locale.
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
48 CurrencyFormat(const CurrencyFormat& other);
53 virtual ~CurrencyFormat();
H A Dcurrfmt.cpp21 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : function in class:CurrencyFormat
27 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : function in class:CurrencyFormat
33 CurrencyFormat::~CurrencyFormat() {
37 Format* CurrencyFormat::clone() const {
38 return new CurrencyFormat(*this);
41 UnicodeString& CurrencyFormat
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1889 #define CurrencyFormat U_ICU_ENTRY_POINT_RENAME(CurrencyFormat) macro
/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 123 milliseconds