Searched refs:getCurrency (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
H A DOldDecimalFormatSymbolsTest.java97 assertEquals(fs.getCurrency(), fsc.getCurrency());
142 assertEquals("EUR", dfs.getCurrency().getCurrencyCode());
H A DOldNumberFormatTest.java80 assertSame("Returned incorrect currency", currA, format.getCurrency());
/libcore/luni/src/main/java/java/text/
H A DDecimalFormat.java731 * @see DecimalFormatSymbols#getCurrency()
734 public Currency getCurrency() { method in class:DecimalFormat
735 return symbols.getCurrency();
H A DDecimalFormatSymbols.java226 public Currency getCurrency() { method in class:DecimalFormatSymbols
H A DNumberFormat.java332 public Currency getCurrency() { method in class:NumberFormat

Completed in 104 milliseconds