Home
last modified time | relevance | path

Searched refs:getCurrencyCode (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DCurrency.java268 this.currencyCode = icuCurrency.getCurrencyCode(); in Currency()
369 String currencyCode = ICU.getCurrencyCode(country); in getInstance()
373 if (icuInstance == null || icuInstance.getCurrencyCode().equals("XXX")) { in getInstance()
425 Currency currency = getInstance(icuCurrency.getCurrencyCode()); in getAvailableCurrencies()
446 public String getCurrencyCode() { in getCurrencyCode() method in Currency
513 if (icuCurrency.getCurrencyCode().equals("XXX")) { in getDefaultFractionDigits()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java302 .getCurrencyCode().equals(dfs.getInternationalCurrencySymbol())); in test_setCurrencyLjava_util_Currency()
372 dfs.setInternationalCurrencySymbol(currency.getCurrencyCode()); in test_setInternationalCurrencySymbolLjava_lang_String()
379 currency.getCurrencyCode().equals( in test_setInternationalCurrencySymbolLjava_lang_String()
518 assertEquals("EUR", dfs.getCurrency().getCurrencyCode()); in assertDecimalFormatSymbolsRIFrance()
DDecimalFormatTest.java1896 assertEquals("Returned incorrect international currency symbol", currency.getCurrencyCode(), in test_setCurrency()
/libcore/ojluni/src/main/java/java/text/
DDecimalFormatSymbols.java491 intlCurrencySymbol = currency.getCurrencyCode(); in setCurrency()
709 intlCurrencySymbol = currency.getCurrencyCode(); in initialize()
798 android.icu.util.Currency.getInstance(currency.getCurrencyCode())); in getIcuDecimalFormatSymbols()
831 result.setCurrency(Currency.getInstance(dfs.getCurrency().getCurrencyCode())); in fromIcuInstance()
/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatSymbolsTest.java159 assertEquals(dfs.getCurrency().getCurrencyCode(), icuSymb.getCurrency().getCurrencyCode()); in compareDfs()
DOldDecimalFormatSymbolsTest.java152 assertEquals("EUR", dfs.getCurrency().getCurrencyCode()); in test_DecimalFormatSymbols_France()
/libcore/luni/src/test/java/libcore/java/util/
DOldAndroidLocaleTest.java105 currencies[i], c.getCurrencyCode()); in testICULocales()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCurrencyTest.java379 .getCurrencyCode(), d); in test_getCurrencyCode()
/libcore/luni/src/main/java/libcore/icu/
DICU.java410 public static native String getCurrencyCode(String countryCode); in getCurrencyCode() method in ICU
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp821 NATIVE_METHOD(ICU, getCurrencyCode, "(Ljava/lang/String;)Ljava/lang/String;"),