Home
last modified time | relevance | path

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

/art/test/092-locale/src/
DMain.java68 Locale usa = new Locale("en", "US"); in testCalendar() local
69 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() local
102 DateFormatSymbols syms = DateFormatSymbols.getInstance(usa); in testDateFormatSymbols()
108 Locale usa = new Locale("en", "US"); in testCurrency() local
109 Currency dollars = Currency.getInstance(usa); in testCurrency()
111 System.out.println(usa.toString() + ": " + dollars.toString() in testCurrency()