Home | History | Annotate | Download | only in platform

Lines Matching refs:week

42 // HTML5 specification defines minimum week of year is one.
45 // HTML5 specification defines maximum week of year is 53.
50 static const int maximumWeekInMaximumYear = 37; // The week of 275760-09-13
385 int week;
386 if (!toInt(src, index, 2, week) || week < minimumWeekNumber || week > maxWeekNumberInYear())
388 if (m_year == maximumYear() && week > maximumWeekInMaximumYear)
390 m_week = week;
392 m_type = Week;
594 // Offset from January 1st to Monday of the ISO 8601's first week.
618 // The day belongs to the last week of the previous year.
632 m_type = Week;
645 m_type = Week;
667 case Week:
719 case Week: