Searched refs:getCurrencyCode (Results 1 – 10 of 10) sorted by relevance
/libcore/luni/src/main/java/java/util/ |
D | Currency.java | 82 String currencyCode = ICU.getCurrencyCode(country); in getInstance() 110 public String getCurrencyCode() { in getCurrencyCode() method in Currency
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | DecimalFormatSymbolsTest.java | 302 .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()
|
D | DecimalFormatTest.java | 1896 assertEquals("Returned incorrect international currency symbol", currency.getCurrencyCode(), in test_setCurrency()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldAndroidLocaleTest.java | 105 currencies[i], c.getCurrencyCode()); in testICULocales()
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | OldDecimalFormatSymbolsTest.java | 143 assertEquals("EUR", dfs.getCurrency().getCurrencyCode()); in test_DecimalFormatSymbols_France()
|
/libcore/luni/src/main/java/java/text/ |
D | DecimalFormatSymbols.java | 106 intlCurrencySymbol = currency.getCurrencyCode(); in DecimalFormatSymbols() 418 intlCurrencySymbol = currency.getCurrencyCode(); in setCurrency()
|
D | DecimalFormat.java | 903 Currency instance = Currency.getInstance(currency.getCurrencyCode()); in setCurrency() 905 ndf.setCurrency(symbols.getCurrencySymbol(), currency.getCurrencyCode()); in setCurrency()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | CurrencyTest.java | 367 .getCurrencyCode(), d); in test_getCurrencyCode()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | ICU.java | 384 public static native String getCurrencyCode(String countryCode); in getCurrencyCode() method in ICU
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 792 NATIVE_METHOD(ICU, getCurrencyCode, "(Ljava/lang/String;)Ljava/lang/String;"),
|