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

/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormat.java1313 * {@link DecimalFormatSymbols#getCurrency DecimalFormatSymbols.getCurrency}
1319 public Currency getCurrency() { method in class:DecimalFormat
1320 return symbols.getCurrency();
1338 if (currency != symbols.getCurrency()
1405 Currency currency = symbols.getCurrency();
H A DDecimalFormatSymbols.java411 public Currency getCurrency() { method in class:DecimalFormatSymbols
735 if (dfs.getCurrency() != null) {
736 result.setCurrency(Currency.getInstance(dfs.getCurrency().getCurrencyCode()));
H A DNumberFormat.java670 public Currency getCurrency() { method in class:NumberFormat

Completed in 407 milliseconds