Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
DICU_Delegate.java111 /*package*/ static String getCurrencyDisplayName(String locale, String currencyCode) { in getCurrencyDisplayName() argument
116 /*package*/ static int getCurrencyFractionDigits(String currencyCode) { in getCurrencyFractionDigits() argument
121 /*package*/ static int getCurrencyNumericCode(String currencyCode) { in getCurrencyNumericCode() argument
122 return Currency.getInstance(currencyCode).getNumericCode(); in getCurrencyNumericCode()
126 /*package*/ static String getCurrencySymbol(String locale, String currencyCode) { in getCurrencySymbol() argument