Searched refs:usa (Results 1 – 1 of 1) sorted by relevance
68 Locale usa = new Locale("en", "US"); in testCalendar() local69 Calendar usaCal = Calendar.getInstance(tz, usa); in testCalendar()74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); in testCalendar()81 + usaCal.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.LONG, usa)); in testCalendar()90 fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); in testCalendar()101 Locale usa = new Locale("en", "US"); in testDateFormatSymbols() local102 DateFormatSymbols syms = DateFormatSymbols.getInstance(usa); in testDateFormatSymbols()108 Locale usa = new Locale("en", "US"); in testCurrency() local109 Currency dollars = Currency.getInstance(usa); in testCurrency()111 System.out.println(usa.toString() + ": " + dollars.toString() in testCurrency()