Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DLocaleData.java93 public String timeFormat_hms; field in LocaleData
193 return DateFormat.is24Hour ? timeFormat_Hms : timeFormat_hms; in getTimeFormat()
214 localeData.timeFormat_hms = ICU.getBestDateTimePattern("hms", locale); in initLocaleData()