Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKChronoLocalDate.java120 TemporalAdjuster adjuster = new FixedAdjuster(date2); in test_badWithAdjusterChrono()
143 TemporalAmount adjuster = new FixedAdjuster(date2); in test_badPlusAdjusterChrono()
166 TemporalAmount adjuster = new FixedAdjuster(date2); in test_badMinusAdjusterChrono()
338 static class FixedAdjuster implements TemporalAdjuster, TemporalAmount { class
341 FixedAdjuster(Temporal datetime) { in FixedAdjuster() method in TCKChronoLocalDate.FixedAdjuster
DTCKChronoLocalDateTime.java120 TemporalAdjuster adjuster = new FixedAdjuster(cdt2); in test_badWithAdjusterChrono()
144 TemporalAmount adjuster = new FixedAdjuster(cdt2); in test_badPlusAdjusterChrono()
168 TemporalAmount adjuster = new FixedAdjuster(cdt2); in test_badMinusAdjusterChrono()
358 static class FixedAdjuster implements TemporalAdjuster, TemporalAmount { class
361 FixedAdjuster(Temporal datetime) { in FixedAdjuster() method in TCKChronoLocalDateTime.FixedAdjuster
DTCKChronoZonedDateTime.java122 TemporalAdjuster adjuster = new FixedAdjuster(czdt2); in test_badWithAdjusterChrono()
145 TemporalAmount adjuster = new FixedAdjuster(czdt2); in test_badPlusAdjusterChrono()
169 TemporalAmount adjuster = new FixedAdjuster(czdt2); in test_badMinusAdjusterChrono()
359 static class FixedAdjuster implements TemporalAdjuster, TemporalAmount { class
362 FixedAdjuster(Temporal datetime) { in FixedAdjuster() method in TCKChronoZonedDateTime.FixedAdjuster