Searched refs:monthDay1st (Results 1 – 2 of 2) sorted by relevance
1375 long monthDay1st = BaseCalendar.getDayOfWeekDateOnOrBefore(month1 + 6, in roll() local1379 if ((int)(monthDay1st - month1) >= getMinimalDaysInFirstWeek()) { in roll()1380 monthDay1st -= 7; in roll()1388 long nfd = monthDay1st + value * 7 + dow; in roll()
847 long monthDay1st = LocalGregorianCalendar.getDayOfWeekDateOnOrBefore(month1 + 6, in roll() local851 if ((int)(monthDay1st - month1) >= getMinimalDaysInFirstWeek()) { in roll()852 monthDay1st -= 7; in roll()860 long nfd = monthDay1st + value * 7 + dow; in roll()