Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DDateUtils.java186 char[] dateFormatOrder = DateFormat.getDateFormatOrder(context); in isMonthBeforeDay() local
187 for (int i = 0; i < dateFormatOrder.length; i++) { in isMonthBeforeDay()
188 if (dateFormatOrder[i] == 'd') { in isMonthBeforeDay()
191 if (dateFormatOrder[i] == 'M') { in isMonthBeforeDay()