Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DDateFormat.java158 private static Locale sIs24HourLocale; field in DateFormat
187 if (sIs24HourLocale != null && sIs24HourLocale.equals(locale)) { in is24HourFormat()
209 sIs24HourLocale = locale; in is24HourFormat()