HomeSort by relevance Sort by last modified time
    Searched defs:CurrencyFormat (Results 1 - 5 of 5) 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 34 class CurrencyFormat extends MeasureFormat {
38 public CurrencyFormat(ULocale locale) {
73 return new CurrencyFormat(getLocale(ULocale.ACTUAL_LOCALE));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyFormat.java 33 class CurrencyFormat extends MeasureFormat {
37 public CurrencyFormat(ULocale locale) {
72 return new CurrencyFormat(getLocale(ULocale.ACTUAL_LOCALE));
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 730 milliseconds