Searched refs:shiftedMonth (Results 1 – 1 of 1) sorted by relevance
67 int shiftedMonth = month + 2; in dayOfWeek() local71 if (shiftedMonth <= 3) { in dayOfWeek()72 shiftedMonth += 12; in dayOfWeek()80 …int result = (day + 13 * shiftedMonth / 5 + lowYear + lowYear / 4 + highYear / 4 + 5 * highYear + … in dayOfWeek()