Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DDateComponents.cpp67 int shiftedMonth = month + 2; in dayOfWeek() local
71 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()