Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DExpensiveObjectsPerfTest.java102 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in timeClonedDateFormatSymbols() local
119 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in timeClonedDecimalFormatSymbols() local
/frameworks/base/core/tests/coretests/src/android/text/format/
DDateFormatTest.java74 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.US); in testgetIcuDateFormatSymbols() local
/frameworks/base/core/java/android/text/format/
DDateFormat.java499 DateFormatSymbols dfs = getIcuDateFormatSymbols(Locale.getDefault()); in format() local
590 private static String getDayOfWeekString(DateFormatSymbols dfs, int day, int count, int kind) { in getDayOfWeekString()
604 private static String getMonthString(DateFormatSymbols dfs, int month, int count, int kind) { in getMonthString()
DDateUtils.java206 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in getDayOfWeekString() local
251 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.getDefault()); in getMonthString() local
/frameworks/base/tests/graphics/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