Searched refs:currencyCode (Results 1 – 2 of 2) sorted by relevance
115 /*package*/ static String getCurrencyDisplayName(String locale, String currencyCode) { in getCurrencyDisplayName() argument120 /*package*/ static int getCurrencyFractionDigits(String currencyCode) { in getCurrencyFractionDigits() argument125 /*package*/ static int getCurrencyNumericCode(String currencyCode) { in getCurrencyNumericCode() argument126 return Currency.getInstance(currencyCode).getNumericCode(); in getCurrencyNumericCode()130 /*package*/ static String getCurrencySymbol(String locale, String currencyCode) { in getCurrencySymbol() argument
109692 Ljava/util/Currency;->currencyCode:Ljava/lang/String;