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

/libcore/luni/src/main/java/libcore/icu/
H A DLocaleData.java94 public String timeFormat_hms; field in class:LocaleData
190 return DateFormat.is24Hour ? timeFormat_Hms : timeFormat_hms;
211 localeData.timeFormat_hms = ICU.getBestDateTimePattern("hms", locale);

Completed in 53 milliseconds