Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DTwoDigitFormatter.java32 mZeroDigit = getZeroDigit(locale); in init()
37 if (mZeroDigit != getZeroDigit(currentLocale)) { in format()
46 private static char getZeroDigit(Locale locale) { in getZeroDigit() method in TwoDigitFormatter
49 return DecimalFormatSymbols.getInstance(locale).getZeroDigit(); in getZeroDigit()
/aosp12/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java175 if (decimalFormatSymbols.getZeroDigit() == '0') { in localizeDigits()
180 int offsetToLocalizedDigits = decimalFormatSymbols.getZeroDigit() - '0'; in localizeDigits()
/aosp12/frameworks/base/core/java/android/widget/
H A 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()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/art/build/boot/
H A Dboot-image-profile.txt4199 HSPLjava/text/DecimalFormatSymbols;->getZeroDigit()C
4555 HSPLjava/time/format/DecimalStyle;->getZeroDigit()C
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt10033 HSPLandroid/icu/text/DecimalFormatSymbols;->getZeroDigit()C
26805 HSPLjava/text/DecimalFormatSymbols;->getZeroDigit()C
27161 HSPLjava/time/format/DecimalStyle;->getZeroDigit()C
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt10038 HSPLandroid/icu/text/DecimalFormatSymbols;->getZeroDigit()C
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt47344 method public char getZeroDigit();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt71708 Landroid/widget/NumberPicker$TwoDigitFormatter;->getZeroDigit(Ljava/util/Locale;)C