Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DDateUtils.java184 char[] dateFormatOrder = DateFormat.getDateFormatOrder(context); in isMonthBeforeDay() local
185 for (int i = 0; i < dateFormatOrder.length; i++) { in isMonthBeforeDay()
186 if (dateFormatOrder[i] == 'd') { in isMonthBeforeDay()
189 if (dateFormatOrder[i] == 'M') { in isMonthBeforeDay()