HomeSort by relevance Sort by last modified time
    Searched refs:week (Results 1 - 15 of 15) 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...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 118 // A full textual representation of the day of the week
191 // there's a chance it's "week 1" of next year.
211 // return that week.
216 // week 1, is the week that has the first thursday in it.
227 // Numeric representation of the day of the week
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 118 // A full textual representation of the day of the week
191 // there's a chance it's "week 1" of next year.
211 // return that week.
216 // week 1, is the week that has the first thursday in it.
227 // Numeric representation of the day of the week
  /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 194 // MSFT day of week starts w/ Sunday = 0; RRule starts w/ Sunday = 1
197 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY, rrule.week < 0 ? 5 : rrule.week);
211 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
241 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
348 int week; field in class:CalendarUtilities.RRule
364 * Create an RRULE based on month, day of week, and week #
366 * @param _dayOfWeek the day of the week (1 = SU, 7 = SA)
367 * @param _week the week in the month (1-5 or -1 for last
403 int week = calendar.get(Calendar.DAY_OF_WEEK_IN_MONTH); local
    [all...]
  /build/core/
cleanspec.mk 48 # that you made last week required touching a file and a change you
  /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
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 125 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 106 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
  /external/kernel-headers/original/linux/
fb.h 439 __u32 week; /* Week Manufactured */ member in struct:fb_monspecs
    [all...]
  /external/v8/src/
date.js 97 // - week day of first day.
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 579 milliseconds