HomeSort by relevance Sort by last modified time
    Searched refs:Week (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/
DateComponents.h 43 // * Week type: year-week
68 int week() const { return m_week; } function in class:WebCore::DateComponents
97 // Sets year and week.
120 // For Week type. Updates m_year and m_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.
194 Week,
DateComponents.cpp 52 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;
403 m_type = 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
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 201 milliseconds