Searched refs:dfs (Results 1 – 2 of 2) sorted by relevance
291 val dfs = DateFormatSymbols() in toString() constant292 val weekdays = if (longNames) dfs.weekdays else dfs.shortWeekdays in toString()
122 DateFormatSymbols dfs = new DateFormatSymbols(); in DatePicker() local123 String[] months = dfs.getShortMonths(); in DatePicker()