Searched refs:monthDay1st (Results 1 – 2 of 2) sorted by relevance
1378 long monthDay1st = BaseCalendar.getDayOfWeekDateOnOrBefore(month1 + 6, in roll() local1382 if ((int)(monthDay1st - month1) >= getMinimalDaysInFirstWeek()) { in roll()1383 monthDay1st -= 7; in roll()1391 long nfd = monthDay1st + value * 7 + dow; in roll()
842 long monthDay1st = LocalGregorianCalendar.getDayOfWeekDateOnOrBefore(month1 + 6, in roll() local846 if ((int)(monthDay1st - month1) >= getMinimalDaysInFirstWeek()) { in roll()847 monthDay1st -= 7; in roll()855 long nfd = monthDay1st + value * 7 + dow; in roll()