HomeSort by relevance Sort by last modified time
    Searched defs:CurrencyFormat (Results 1 - 11 of 11) 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();
  /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));
  /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));
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 134 milliseconds