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

  /external/icu/icu4c/source/i18n/
currfmt.cpp 21 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) :
27 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) :
33 CurrencyFormat::~CurrencyFormat() {
37 Format* CurrencyFormat::clone() const {
38 return new CurrencyFormat(*this);
41 UnicodeString& CurrencyFormat::format(const Formattable& obj
    [all...]
currfmt.h 36 class CurrencyFormat : public MeasureFormat {
41 * Construct a CurrencyFormat for the given locale.
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
48 CurrencyFormat(const CurrencyFormat& other);
53 virtual ~CurrencyFormat();
measfmt.cpp 951 CurrencyFormat* fmt = NULL;
953 fmt = new CurrencyFormat(locale, ec);
  /external/chromium_org/third_party/icu/source/i18n/
currfmt.cpp 22 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) :
28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) :
34 CurrencyFormat::~CurrencyFormat() {
38 UBool CurrencyFormat::operator==(const Format& other) const {
45 const CurrencyFormat* c = (const CurrencyFormat*) &other
    [all...]
currfmt.h 36 class CurrencyFormat : public MeasureFormat {
41 * Construct a CurrencyFormat for the given locale.
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
48 CurrencyFormat(const CurrencyFormat& other);
53 virtual ~CurrencyFormat();
measfmt.cpp 24 CurrencyFormat* fmt = NULL;
26 fmt = new CurrencyFormat(locale, ec);
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 363 TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), status));
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 375 TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), status));
  /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 328 milliseconds