Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java66 private final DecimalFormatSymbols decimalFormatSymbols; field in TimeFormatter
90 this.decimalFormatSymbols = sDecimalFormatSymbols; in TimeFormatter()
175 if (decimalFormatSymbols.getZeroDigit() == '0') { in localizeDigits()
180 int offsetToLocalizedDigits = decimalFormatSymbols.getZeroDigit() - '0'; in localizeDigits()