Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCurrencyTest.java140 Currency currK = Currency.getInstance("KRW"); in test_getSymbol() local
147 assertEquals("currK.getSymbol()", "\u20a9", currK.getSymbol()); in test_getSymbol()
155 assertEquals("currK.getSymbol()", "\u20a9", currK.getSymbol()); in test_getSymbol()
166 assertEquals("currK.getSymbol()", "\u20a9", currK.getSymbol()); in test_getSymbol()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java122 Currency currK = Currency.getInstance("KRW"); in test_getCurrency() local
130 dfs1.getCurrency() == currK); in test_getCurrency()
138 dfs1.getCurrency() == currK); in test_getCurrency()
DDecimalFormatTest.java1712 Currency currK = Currency.getInstance("KRW"); in test_getCurrency() local
1717 assertTrue("Test1: Returned incorrect currency", df.getCurrency() == currK); in test_getCurrency()
1720 assertTrue("Test2: Returned incorrect currency", df.getCurrency() == currK); in test_getCurrency()