Searched refs:pattern12 (Results 1 – 2 of 2) sorted by relevance
39 String pattern12 = DateFormat.getBestDateTimePattern(getTextLocale(), "hm MMMd"); in LocaleAwareTextClock() local41 setFormat12Hour(pattern12); in LocaleAwareTextClock()
258 var pattern12 = DateFormat.getBestDateTimePattern(locale, "hma") variable263 pattern12 = pattern12.replace("h".toRegex(), "hh")265 mPattern12 = pattern12