Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/datepicker/
DTwoDigitFormatter.java20 char mZeroDigit; field in TwoDigitFormatter
32 mZeroDigit = getZeroDigit(locale); in init()
37 if (mZeroDigit != getZeroDigit(currentLocale)) { in format()