Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java60 private static DecimalFormatSymbols sDecimalFormatSymbols; field in TimeFormatter
81 sDecimalFormatSymbols = DecimalFormatSymbols.getInstance(locale); in TimeFormatter()
90 this.decimalFormatSymbols = sDecimalFormatSymbols; in TimeFormatter()