Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeFormatter.java119 private static final ZoneOffset OFFSET_PTHREE = ZoneOffset.ofHours(3); field in TCKDateTimeFormatter
318 {null, OFFSET_PTHREE, DayOfWeek.MONDAY, ":::+03:00:"}, in data_format_withZone_withChronology()
319 {null, OFFSET_PTHREE, ym, "2008:::+03:00:ISO"}, in data_format_withZone_withChronology()
320 {null, OFFSET_PTHREE, ld, "2008:::+03:00:ISO"}, in data_format_withZone_withChronology()
321 {null, OFFSET_PTHREE, lt, ":11::+03:00:"}, in data_format_withZone_withChronology()
322 {null, OFFSET_PTHREE, ldt, "2008:11::+03:00:ISO"}, in data_format_withZone_withChronology()
323 {null, OFFSET_PTHREE, ot, null}, // offset and zone clash in data_format_withZone_withChronology()
324 {null, OFFSET_PTHREE, odt, "2008:13:+03:00:+03:00:ISO"}, in data_format_withZone_withChronology()
325 {null, OFFSET_PTHREE, zdt, "2008:12:+03:00:+03:00:ISO"}, in data_format_withZone_withChronology()
326 {null, OFFSET_PTHREE, instant, "1970:04:+03:00:+03:00:ISO"}, in data_format_withZone_withChronology()