Home | History | Annotate | Download | only in time

Lines Matching defs:withYear

683                 case YEAR_OF_ERA: return withYear((int) (year < 1 ? 1 - newValue : newValue));
684 case YEAR: return withYear((int) newValue);
685 case ERA: return (getLong(ERA) == newValue ? this : withYear(1 - year));
702 public YearMonth withYear(int year) {