Searched defs:getCurrencyDisplayName (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DICU.java399 public static String getCurrencyDisplayName(Locale locale, String currencyCode) { method in class:ICU
400 return getCurrencyDisplayName(locale.toLanguageTag(), currencyCode);
403 private static native String getCurrencyDisplayName(String languageTag, String currencyCode); method in class:ICU

Completed in 37 milliseconds