Searched refs:isDST (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/zone/ |
D | TestZoneRules.java | 151 …est_NegativeDST(ZoneId zid, LocalDate ld, ZoneOffset offset, ZoneOffset stdOffset, boolean isDST) { in test_NegativeDST() argument 156 assertEquals(zr.isDaylightSavings(i), isDST); in test_NegativeDST() local 212 …ic void test_EmptyTransitionList(int days, int offset, int stdOffset, int savings, boolean isDST) { in test_EmptyTransitionList() argument 226 assertEquals(rules.isDaylightSavings(testDay), isDST); in test_EmptyTransitionList() local
|
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestZoneTextPrinterParser.java | 124 boolean isDST = tz.inDaylightTime(new Date(zdt.toInstant().toEpochMilli())); in test_printText() 126 tz.getDisplayName(isDST, TimeZone.LONG, locale)); in test_printText() 128 tz.getDisplayName(isDST, TimeZone.SHORT, locale)); in test_printText()
|