/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | ExpensiveObjectsPerfTest.java | 102 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in timeClonedDateFormatSymbols() local 119 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in timeClonedDecimalFormatSymbols() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/format/ |
H A D | DateFormatTest.java | 74 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.US); in testgetIcuDateFormatSymbols() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/ |
H A D | DateFormatTest.java | 74 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.US); in testgetIcuDateFormatSymbols() local
|
/aosp12/frameworks/base/core/java/android/text/format/ |
H A D | DateFormat.java | 496 DateFormatSymbols dfs = getIcuDateFormatSymbols(Locale.getDefault()); in format() local 587 private static String getDayOfWeekString(DateFormatSymbols dfs, int day, int count, int kind) { in getDayOfWeekString() 601 private static String getMonthString(DateFormatSymbols dfs, int month, int count, int kind) { in getMonthString()
|
H A D | DateUtils.java | 206 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in getDayOfWeekString() local 251 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.getDefault()); in getMonthString() local
|
/aosp14/frameworks/base/core/java/android/text/format/ |
H A D | DateFormat.java | 499 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()
|
H A D | DateUtils.java | 206 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in getDayOfWeekString() local 251 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(Locale.getDefault()); in getMonthString() local
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | Weekdays.kt | 291 val dfs = DateFormatSymbols() regex
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/dominators/ |
H A D | Dominators.java | 297 Deque<Link<Node>> dfs = new ArrayDeque<Link<Node>>(); in computeDominators() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
H A D | DatePicker.java | 122 DateFormatSymbols dfs = new DateFormatSymbols(); in DatePicker() local
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | DatePicker.java | 115 DateFormatSymbols dfs = new DateFormatSymbols(); in DatePicker() local
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | DatePicker.java | 115 DateFormatSymbols dfs = new DateFormatSymbols(); in DatePicker() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TimePicker.java | 424 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(locale); in getAmPmStrings() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TimePicker.java | 424 DateFormatSymbols dfs = DateFormat.getIcuDateFormatSymbols(locale); in getAmPmStrings() local
|