Searched refs:newWby (Results 1 – 1 of 1) sorted by relevance
567 int newWby = range().checkValidIntValue(newValue, WEEK_BASED_YEAR); // strict check in adjustInto() local571 if (week == 53 && getWeekRange(newWby) == 52) { in adjustInto()574 … LocalDate resolved = LocalDate.of(newWby, 1, 4); // 4th is guaranteed to be in week one in adjustInto()