Home
last modified time | relevance | path

Searched refs:time24 (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/icu/
DDateIntervalFormatTest.java204 int time24 = FORMAT_24HOUR | FORMAT_SHOW_TIME; in test10318326() local
206 int abbr24 = time24 | FORMAT_ABBREV_ALL; in test10318326()
212 assertEquals("00:00", formatDateRange(l, utc, midnight, midnight, time24)); in test10318326()
214 assertEquals("16:00", formatDateRange(l, utc, teaTime, teaTime, time24)); in test10318326()