Searched refs:getZeroDigit (Results 1 – 9 of 9) 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()
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()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
4199 HSPLjava/text/DecimalFormatSymbols;->getZeroDigit()C4555 HSPLjava/time/format/DecimalStyle;->getZeroDigit()C
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