Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DTimeFormatter.java174 if (decimalFormatSymbols.getZeroDigit() == '0') { in localizeDigits()
179 int offsetToLocalizedDigits = decimalFormatSymbols.getZeroDigit() - '0'; in localizeDigits()
/frameworks/base/core/java/android/widget/
DNumberPicker.java196 mZeroDigit = getZeroDigit(locale); in init()
201 if (mZeroDigit != getZeroDigit(currentLocale)) { in format()
210 private static char getZeroDigit(Locale locale) { in getZeroDigit() method in NumberPicker.TwoDigitFormatter
211 return DecimalFormatSymbols.getInstance(locale).getZeroDigit(); in getZeroDigit()
/frameworks/base/non-updatable-api/
Dcurrent.txt20438 method public char getZeroDigit();
68617 method public char getZeroDigit();
70029 method public char getZeroDigit();
/frameworks/base/api/
Dcurrent.txt20438 method public char getZeroDigit();
68761 method public char getZeroDigit();
70173 method public char getZeroDigit();
/frameworks/base/config/
Dboot-image-profile.txt8504 HSPLandroid/icu/text/DecimalFormatSymbols;->getZeroDigit()C
27898 HSPLjava/text/DecimalFormatSymbols;->getZeroDigit()C
Dhiddenapi-greylist-max-o.txt82814 Landroid/widget/NumberPicker$TwoDigitFormatter;->getZeroDigit(Ljava/util/Locale;)C
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt47344 method public char getZeroDigit();