Home | History | Annotate | Download | only in html

Lines Matching refs:week

352     int week;
353 if (!toInt(src, length, index, 2, week) || week < 1 || week > maxWeekNumberInYear())
358 m_week = week;
360 m_type = Week;
561 // Offset from January 1st to Monday of the ISO 8601's first week.
579 // We don't support gregorianStartYear. Week numbers are undefined in that year.
586 // The day belongs to the last week of the previous year.
598 m_type = Week;
620 case Week:
672 case Week: