Searched defs:dfs (Results 1 – 5 of 5) sorted by relevance
65 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.US); in testgetIcuDateFormatSymbols() local
478 DateFormatSymbols dfs = getIcuDateFormatSymbols(Locale.getDefault()); in format() local569 private static String getDayOfWeekString(DateFormatSymbols dfs, int day, int count, int kind) { in getDayOfWeekString()583 private static String getMonthString(DateFormatSymbols dfs, int month, int count, int kind) { in getMonthString()
202 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in getDayOfWeekString() local247 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.getDefault()); in getMonthString() local
115 DateFormatSymbols dfs = new DateFormatSymbols(); in DatePicker() local
424 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(locale); in getAmPmStrings() local