Home | History | Annotate | Download | only in time

Lines Matching defs:withYear

1029                 case YEAR_OF_ERA: return withYear((int) (year >= 1 ? newValue : 1 - newValue));
1030 case YEAR: return withYear((int) newValue);
1031 case ERA: return (getLong(ERA) == newValue ? this : withYear(1 - year));
1050 public LocalDate withYear(int year) {