Searched refs:time24 (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/java/libcore/libcore/icu/ |
D | DateIntervalFormatTest.java | 208 int time24 = FORMAT_24HOUR | FORMAT_SHOW_TIME; in test10318326() local 210 int abbr24 = time24 | FORMAT_ABBREV_ALL; in test10318326() 216 assertEquals("00:00", formatDateRange(l, utc, midnight, midnight, time24)); in test10318326() 218 assertEquals("16:00", formatDateRange(l, utc, teaTime, teaTime, time24)); in test10318326()
|