Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/datepicker/
DTwoDigitFormatter.java32 mZeroDigit = getZeroDigit(locale); in init()
37 if (mZeroDigit != getZeroDigit(currentLocale)) { in format()
46 private static char getZeroDigit(Locale locale) { in getZeroDigit() method in TwoDigitFormatter
49 return DecimalFormatSymbols.getInstance(locale).getZeroDigit(); in getZeroDigit()