Searched refs:firstMonDoy0 (Results 1 – 1 of 1) sorted by relevance
630 int firstMonDoy0 = firstThuDoy0 - 3; in getWeek() local631 if (firstMonDoy0 < -3) { in getWeek()632 firstMonDoy0 += 7; in getWeek()634 if (doy0 < firstMonDoy0) { in getWeek()637 int week = ((doy0 - firstMonDoy0) / 7) + 1; in getWeek()639 if ((firstMonDoy0 == -3 || (firstMonDoy0 == -2 && date.isLeapYear())) == false) { in getWeek()