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

  /external/icu/icu4c/source/i18n/
currfmt.cpp 23 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) :
29 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) :
35 CurrencyFormat::~CurrencyFormat() {
39 Format* CurrencyFormat::clone() const {
40 return new CurrencyFormat(*this);
43 UnicodeString& CurrencyFormat::format(const Formattable& obj
    [all...]
currfmt.h 38 class CurrencyFormat : public MeasureFormat {
43 * Construct a CurrencyFormat for the given locale.
45 CurrencyFormat(const Locale& locale, UErrorCode& ec);
50 CurrencyFormat(const CurrencyFormat& other);
55 virtual ~CurrencyFormat();
measfmt.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyFormat.java 36 class CurrencyFormat extends MeasureFormat {
43 public CurrencyFormat(ULocale locale) {
55 CurrencyFormat result = (CurrencyFormat) super.clone();
83 // boilerplate code to make CurrencyFormat otherwise follow the contract of
121 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE));
MeasureFormat.java 131 private final transient ImmutableNumberFormat currencyFormat;
420 currencyFormat.format(1d); // have to call this for the side effect
424 appendReplacingCurrency(currencyFormat.getPrefix(lowDouble >= 0), currencyUnit, resolvedPlural, result);
426 appendReplacingCurrency(currencyFormat.getSuffix(highDouble >= 0), currencyUnit, resolvedPlural, result);
432 // currencyFormat.format(currencyLow, buffer, pos);
436 // currencyFormat.format(currencyHigh, buffer2, pos2);
461 result.append(unit.getName(currencyFormat.nf.getLocale(ULocale.ACTUAL_LOCALE),
637 return new CurrencyFormat(locale);
673 this.currencyFormat,
684 ImmutableNumberFormat currencyFormat,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyFormat.java 35 class CurrencyFormat extends MeasureFormat {
42 public CurrencyFormat(ULocale locale) {
54 CurrencyFormat result = (CurrencyFormat) super.clone();
82 // boilerplate code to make CurrencyFormat otherwise follow the contract of
120 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE));
MeasureFormat.java 131 private final transient ImmutableNumberFormat currencyFormat;
437 currencyFormat.format(1d); // have to call this for the side effect
441 appendReplacingCurrency(currencyFormat.getPrefix(lowDouble >= 0), currencyUnit, resolvedPlural, result);
443 appendReplacingCurrency(currencyFormat.getSuffix(highDouble >= 0), currencyUnit, resolvedPlural, result);
449 // currencyFormat.format(currencyLow, buffer, pos);
453 // currencyFormat.format(currencyHigh, buffer2, pos2);
478 result.append(unit.getName(currencyFormat.nf.getLocale(ULocale.ACTUAL_LOCALE),
663 return new CurrencyFormat(locale);
701 this.currencyFormat,
712 ImmutableNumberFormat currencyFormat,
    [all...]
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 377 TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), status));
  /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/misc/common/robolectric/lib/
icu4j-53.1.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 456 milliseconds