offsetTo1stWeekStart  595 Source/platform/DateComponents.cpp     int offsetTo1stWeekStart = 1 - dayOfWeek(year, 0, 1);
offsetTo1stWeekStart  596 Source/platform/DateComponents.cpp     if (offsetTo1stWeekStart <= -4)
offsetTo1stWeekStart  597 Source/platform/DateComponents.cpp         offsetTo1stWeekStart += 7;
offsetTo1stWeekStart  598 Source/platform/DateComponents.cpp     return offsetTo1stWeekStart;
offsetTo1stWeekStart  613 Source/platform/DateComponents.cpp     int offset = offsetTo1stWeekStart(m_year);
offsetTo1stWeekStart  652 Source/platform/DateComponents.cpp         return (dateToDaysFrom1970(m_year, 0, 1) + offsetTo1stWeekStart(m_year) + (m_week - 1) * 7) * msPerDay;