Searched refs:currencyCode (Results 1 – 1 of 1) sorted by relevance
111 /*package*/ static String getCurrencyDisplayName(String locale, String currencyCode) { in getCurrencyDisplayName() argument116 /*package*/ static int getCurrencyFractionDigits(String currencyCode) { in getCurrencyFractionDigits() argument121 /*package*/ static int getCurrencyNumericCode(String currencyCode) { in getCurrencyNumericCode() argument122 return Currency.getInstance(currencyCode).getNumericCode(); in getCurrencyNumericCode()126 /*package*/ static String getCurrencySymbol(String locale, String currencyCode) { in getCurrencySymbol() argument