Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java41 DecimalFormatSymbols dfsUS; field in DecimalFormatSymbolsTest
120 dfsUS.getCurrency(), currency); in test_getCurrency()
174 assertEquals("Returned incorrect currencySymbol", "$", dfsUS in test_getCurrencySymbol()
227 dfsUS.getInternationalCurrencySymbol()); in test_getInternationalCurrencySymbol()
445 dfsUS = new DecimalFormatSymbols(new Locale("en", "us")); in setUp()