Searched refs:FixedAdjuster (Results 1 – 3 of 3) sorted by relevance
120 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 { class341 FixedAdjuster(Temporal datetime) { in FixedAdjuster() method in TCKChronoLocalDate.FixedAdjuster
120 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 { class361 FixedAdjuster(Temporal datetime) { in FixedAdjuster() method in TCKChronoLocalDateTime.FixedAdjuster
122 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 { class362 FixedAdjuster(Temporal datetime) { in FixedAdjuster() method in TCKChronoZonedDateTime.FixedAdjuster