Searched refs:shiftedMonth (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.cpp76 int shiftedMonth = month + 2; local
80 if (shiftedMonth <= 3) {
81 shiftedMonth += 12;
89 int result = (day + 13 * shiftedMonth / 5 + lowYear + lowYear / 4 + highYear / 4 + 5 * highYear + 6) % 7;

Completed in 231 milliseconds