Home | History | Annotate | Download | only in chrono

Lines Matching refs:ThaiBuddhistEra

87 import java.time.chrono.ThaiBuddhistEra;
188 {ThaiBuddhistChronology.INSTANCE.dateYearDay(ThaiBuddhistEra.BE, 1916 + YDIFF, 60), LocalDate.of(1916, 2, 29)},
189 {ThaiBuddhistChronology.INSTANCE.dateYearDay(ThaiBuddhistEra.BEFORE_BE, -1907 - YDIFF, 60), LocalDate.of(1908, 2, 29)},
190 {ThaiBuddhistChronology.INSTANCE.dateYearDay(ThaiBuddhistEra.BE, 2000 + YDIFF, 60), LocalDate.of(2000, 2, 29)},
191 {ThaiBuddhistChronology.INSTANCE.dateYearDay(ThaiBuddhistEra.BE, 2400 + YDIFF, 60), LocalDate.of(2400, 2, 29)},
193 {ThaiBuddhistChronology.INSTANCE.date(ThaiBuddhistEra.BE, 1916 + YDIFF, 2, 29 ), LocalDate.of(1916, 2, 29)},
194 {ThaiBuddhistChronology.INSTANCE.date(ThaiBuddhistEra.BEFORE_BE, -1907 - YDIFF, 2, 29), LocalDate.of(1908, 2, 29)},
195 {ThaiBuddhistChronology.INSTANCE.date(ThaiBuddhistEra.BE, 2000 + YDIFF, 2, 29), LocalDate.of(2000, 2, 29)},
196 {ThaiBuddhistChronology.INSTANCE.date(ThaiBuddhistEra.BE, 2400 + YDIFF, 2, 29), LocalDate.of(2400, 2, 29)},
277 {1, ThaiBuddhistEra.BE, 4 + YDIFF, 4 + YDIFF, true},
278 {1, ThaiBuddhistEra.BE, 7 + YDIFF, 7 + YDIFF, false},
279 {1, ThaiBuddhistEra.BE, 8 + YDIFF, 8 + YDIFF, true},
280 {1, ThaiBuddhistEra.BE, 1000 + YDIFF, 1000 + YDIFF, false},
281 {1, ThaiBuddhistEra.BE, 2000 + YDIFF, 2000 + YDIFF, true},
282 {1, ThaiBuddhistEra.BE, 0, 0, false},
283 {1, ThaiBuddhistEra.BE, -4 + YDIFF, -4 + YDIFF, true},
284 {1, ThaiBuddhistEra.BE, -7 + YDIFF, -7 + YDIFF, false},
285 {1, ThaiBuddhistEra.BE, -100 + YDIFF, -100 + YDIFF, false},
286 {1, ThaiBuddhistEra.BE, -800 + YDIFF, -800 + YDIFF, true},
288 {0, ThaiBuddhistEra.BEFORE_BE, -3 - YDIFF, 4 + YDIFF, true},
289 {0, ThaiBuddhistEra.BEFORE_BE, -6 - YDIFF, 7 + YDIFF, false},
290 {0, ThaiBuddhistEra.BEFORE_BE, -7 - YDIFF, 8 + YDIFF, true},
291 {0, ThaiBuddhistEra.BEFORE_BE, -999 - YDIFF, 1000 + YDIFF, false},
292 {0, ThaiBuddhistEra.BEFORE_BE, -1999 - YDIFF, 2000 + YDIFF, true},
293 {0, ThaiBuddhistEra.BEFORE_BE, 1, 0, false},
294 {0, ThaiBuddhistEra.BEFORE_BE, 5 - YDIFF, -4 + YDIFF, true},
295 {0, ThaiBuddhistEra.BEFORE_BE, 8 - YDIFF, -7 + YDIFF, false},
296 {0, ThaiBuddhistEra.BEFORE_BE, 101 - YDIFF, -100 + YDIFF, false},
297 {0, ThaiBuddhistEra.BEFORE_BE, 801 - YDIFF, -800 + YDIFF, true},
403 ThaiBuddhistDate test = base.with(ChronoField.ERA, ThaiBuddhistEra.BE.getValue());
410 ThaiBuddhistDate test = base.with(ChronoField.ERA, ThaiBuddhistEra.BEFORE_BE.getValue());
417 ThaiBuddhistDate test = base.with(ChronoField.ERA, ThaiBuddhistEra.BE.getValue());