Home
last modified time | relevance | path

Searched refs:getDateFormatOrder (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/datepicker/
DICU.java9 public static char[] getDateFormatOrder(String pattern) { in getDateFormatOrder() method in ICU
DDatePicker.java209 char[] order = ICU.getDateFormatOrder(pattern); in reorderPickers()
/packages/apps/Contacts/src/com/android/contacts/util/
DDateUtils.java184 char[] dateFormatOrder = DateFormat.getDateFormatOrder(context); in isMonthBeforeDay()