Searched refs:getTimeFormat (Results 1 – 3 of 3) sorted by relevance
145 assertEquals("h:mm a", en_US.getTimeFormat(DateFormat.SHORT)); in testTimeFormat12And24()147 assertEquals("HH:mm", en_US.getTimeFormat(DateFormat.SHORT)); in testTimeFormat12And24()151 assertEquals("aK:mm", ja_JP.getTimeFormat(DateFormat.SHORT)); in testTimeFormat12And24()153 assertEquals("H:mm", ja_JP.getTimeFormat(DateFormat.SHORT)); in testTimeFormat12And24()
262 public String getTimeFormat(int style) { in getTimeFormat() method in LocaleData
634 localeData.getTimeFormat(timeStyle), in getDateTimeFormat()638 return localeData.getTimeFormat(timeStyle); in getDateTimeFormat()