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

/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.cpp86 int highYear = year / 100; local
89 int result = (day + 13 * shiftedMonth / 5 + lowYear + lowYear / 4 + highYear / 4 + 5 * highYear + 6) % 7;

Completed in 207 milliseconds