Searched refs:time12 (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/java/libcore/libcore/icu/ |
D | DateIntervalFormatTest.java | 207 int time12 = FORMAT_12HOUR | FORMAT_SHOW_TIME; in test10318326() local 209 int abbr12 = time12 | FORMAT_ABBREV_ALL; in test10318326() 217 assertEquals("12:00 AM", formatDateRange(l, utc, midnight, midnight, time12)); in test10318326() 219 assertEquals("4:00 PM", formatDateRange(l, utc, teaTime, teaTime, time12)); in test10318326()
|