Home
last modified time | relevance | path

Searched defs:dfs (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/format/
DDateFormatTest.java65 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.US); in testgetIcuDateFormatSymbols() local
/frameworks/base/core/java/android/text/format/
DDateFormat.java478 DateFormatSymbols dfs = getIcuDateFormatSymbols(Locale.getDefault()); in format() local
569 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()
DDateUtils.java202 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in getDayOfWeekString() local
247 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.getDefault()); in getMonthString() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DDatePicker.java115 DateFormatSymbols dfs = new DateFormatSymbols(); in DatePicker() local
/frameworks/base/core/java/android/widget/
DTimePicker.java424 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(locale); in getAmPmStrings() local