HomeSort by relevance Sort by last modified time
    Searched defs:CurrencyFormat (Results 1 - 8 of 8) 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();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyFormat.java 34 class CurrencyFormat extends MeasureFormat {
41 public CurrencyFormat(ULocale locale) {
53 CurrencyFormat result = (CurrencyFormat) super.clone();
81 // boilerplate code to make CurrencyFormat otherwise follow the contract of
119 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyFormat.java 33 class CurrencyFormat extends MeasureFormat {
40 public CurrencyFormat(ULocale locale) {
52 CurrencyFormat result = (CurrencyFormat) super.clone();
80 // boilerplate code to make CurrencyFormat otherwise follow the contract of
118 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE));
  /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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1638 milliseconds