Searched refs:getZeroDigit (Results 1 – 6 of 6) sorted by relevance
175 if (decimalFormatSymbols.getZeroDigit() == '0') { in localizeDigits()180 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()
10033 HSPLandroid/icu/text/DecimalFormatSymbols;->getZeroDigit()C26805 HSPLjava/text/DecimalFormatSymbols;->getZeroDigit()C27161 HSPLjava/time/format/DecimalStyle;->getZeroDigit()C
10038 HSPLandroid/icu/text/DecimalFormatSymbols;->getZeroDigit()C
47344 method public char getZeroDigit();
71708 Landroid/widget/NumberPicker$TwoDigitFormatter;->getZeroDigit(Ljava/util/Locale;)C