HomeSort by relevance Sort by last modified time
    Searched defs:week (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/html/
DateComponents.h 44 // * Week type: year-week
69 int week() const { return m_week; } function in class:WebCore::DateComponents
98 // Sets year and week.
121 // For Week type. Updates m_year and m_week.
140 // Returns the maximum week number in this DateComponents's year.
182 Week,
DateComponents.cpp 352 int week; local
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;
    [all...]
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 65 * 53. Week 1 for a year is the earliest seven day period starting on
69 * {@code getFirstDayOfWeek()}, and the day of the week of January 1.
70 * Weeks between week 1 of one year and week 1 of the following year are
77 * reflecting ISO 8601 and many national standards), then week 1 of 1998 starts
79 * {@code getFirstDayOfWeek()} is {@code SUNDAY}, then week 1 of
81 * days of 1998 then are part of week 53 of 1997.
85 * 1 to 4 or 5. Week 1 of a month (the days with <code>WEEK_OF_MONTH =
89 * {@code getFirstDayOfWeek()}. Unlike week 1 of a year, week 1 of
552 int week = (fields[DAY_OF_YEAR] - 1 + daysFromStart) \/ 7 local
1307 int week = (fields[day] - ((fields[day] - 1) \/ 7 * 7) - 1 + mod) \/ 7 + 1; local
1331 int week = (fields[day] - ((fields[day] - 1) \/ 7 * 7) - 1 + mod) \/ 7 + 1; local
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 195 // MSFT day of week starts w/ Sunday = 0; RRule starts w/ Sunday = 1
198 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY, rrule.week < 0 ? 5 : rrule.week);
212 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
242 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
349 int week; field in class:CalendarUtilities.RRule
365 * Create an RRULE based on month, day of week, and week #
367 * @param _dayOfWeek the day of the week (1 = SU, 7 = SA)
368 * @param _week the week in the month (1-5 or -1 for last
404 int week = calendar.get(Calendar.DAY_OF_WEEK_IN_MONTH); local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 1977 register int week; local
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 1977 register int week; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 117 #define WEEK GET(V_WEEK) & 0xFF
350 int week; member in struct:vendor
  /external/kernel-headers/original/linux/
fb.h 439 __u32 week; /* Week Manufactured */ member in struct:fb_monspecs
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 357 milliseconds