Searched refs:getZeroDigit (Results 1 – 7 of 7) sorted by relevance
174 if (decimalFormatSymbols.getZeroDigit() == '0') { in localizeDigits()179 int offsetToLocalizedDigits = decimalFormatSymbols.getZeroDigit() - '0'; in localizeDigits()
196 mZeroDigit = getZeroDigit(locale); in init()201 if (mZeroDigit != getZeroDigit(currentLocale)) { in format()210 private static char getZeroDigit(Locale locale) { in getZeroDigit() method in NumberPicker.TwoDigitFormatter211 return DecimalFormatSymbols.getInstance(locale).getZeroDigit(); in getZeroDigit()
20438 method public char getZeroDigit();68617 method public char getZeroDigit();70029 method public char getZeroDigit();
20438 method public char getZeroDigit();68761 method public char getZeroDigit();70173 method public char getZeroDigit();
8504 HSPLandroid/icu/text/DecimalFormatSymbols;->getZeroDigit()C27898 HSPLjava/text/DecimalFormatSymbols;->getZeroDigit()C
82814 Landroid/widget/NumberPicker$TwoDigitFormatter;->getZeroDigit(Ljava/util/Locale;)C
47344 method public char getZeroDigit();