Searched defs:week (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DDateComponents.h43 // * Week type: year-week
68 int week() const { return m_week; } function in class:WebCore::DateComponents
97 // Sets year and week.
149 static inline double maximumWeek() { return 8639999568000000.0; } // 275760-09-08, the Monday of the week including 275760-09-13.
152 // Returns the maximum week number in this DateComponents's year.
H A DDateComponents.cpp52 static const int maximumWeekInMaximumYear = 37; // The week of 275760-09-13
396 int week; local
397 if (!toInt(src, length, index, 2, week) || week < 1 || week > maxWeekNumberInYear())
399 if (m_year == maximumYear && week > maximumWeekInMaximumYear)
401 m_week = week;
607 // Offset from January 1st to Monday of the ISO 8601's first week.
631 // The day belongs to the last week of the previous year.
H A DInputType.cpp102 map->add(InputTypeNames::week(), WeekInputType::create);
793 const AtomicString& week() function in namespace:WebCore::InputTypeNames
795 DEFINE_STATIC_LOCAL(AtomicString, name, ("week"));
/external/icu4c/tools/tzcode/
H A Dzic.c1977 register int week; local
1980 week = 1 + rp->r_dayofmonth / DAYSPERWEEK;
1981 if ((week - 1) * DAYSPERWEEK + 1 != rp->r_dayofmonth)
1985 week = 5;
1987 week = 1 + rp->r_dayofmonth / DAYSPERWEEK;
1988 if (week * DAYSPERWEEK - 1 != rp->r_dayofmonth)
1993 rp->r_month + 1, week, rp->r_wday);
/external/kernel-headers/original/linux/
H A Dfb.h475 __u32 week; /* Week Manufactured */ member in struct:fb_monspecs

Completed in 26 milliseconds