Searched refs:dfsUS (Results 1 – 1 of 1) sorted by relevance
41 DecimalFormatSymbols dfsUS; field in DecimalFormatSymbolsTest120 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()