Searched refs:getZeroDigit (Results 1 – 1 of 1) sorted by relevance
32 mZeroDigit = getZeroDigit(locale); in init()37 if (mZeroDigit != getZeroDigit(currentLocale)) { in format()46 private static char getZeroDigit(Locale locale) { in getZeroDigit() method in TwoDigitFormatter49 return DecimalFormatSymbols.getInstance(locale).getZeroDigit(); in getZeroDigit()