HomeSort by relevance Sort by last modified time
    Searched full:week (Results 26 - 50 of 352) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/util/
MonthDisplayHelper.java 44 * @param weekStartDay What day of the week the week should start.
103 * the week as Sunday, and the month starts on a Wednesday, the offset is 3.
  /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...]
  /dalvik/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
1300 int week = (fields[day] - ((fields[day] - 1) \/ 7 * 7) - 1 + mod) \/ 7 + 1; local
1324 int week = (fields[day] - ((fields[day] - 1) \/ 7 * 7) - 1 + mod) \/ 7 + 1; local
    [all...]
Calendar.java 74 * {@code Calendar} defines a locale-specific seven day week using two
75 * parameters: the first day of the week and the minimal days in first week
83 * the first week of the month or year as a reference point. The first week of a
87 * numbered ..., -1, 0 precede the first week; weeks numbered 2, 3,... follow
90 * designate the week before week 1 of a year as week <em>n</em> of the
259 * possible value to Sunday (where Sunday is the first day of the week)
    [all...]
  /external/icu4c/i18n/
simpletz.cpp 40 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE).
273 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
276 * the day of week in the month counting backward from the end of the month.
279 * specifies the day of the month, regardless of what day of the week it is.
283 * month, regardless of what day of the week it is (e.g., (-2, 0) is the
286 * first specified day of the week on or after the specfied day of the month.
290 * last specified day of the week on or before the specified day of the month.
296 * day-of-week-in-month. Please see the member description for an example.
297 * @param dayOfWeek the daylight savings starting day-of-week. Please see
348 * day-of-week-in-month. See setStartRule() for a complete explanation
    [all...]
  /packages/apps/AlarmClock/src/com/android/alarmclock/
Alarm.java 90 * Days of week coded as integer
219 * Days of week code as a single int.
307 // Returns days of week encoded in an array of booleans.
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 90 * Days of week coded as integer
231 * Days of week code as a single int.
319 // Returns days of week encoded in an array of booleans.
  /bionic/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /bionic/libc/tzcode/
strptime.c 204 case 'A': /* The day of week, using the locale's form. */
338 case 'U': /* The week of year, beginning on sunday. */
339 case 'W': /* The week of year, beginning on monday. */
351 case 'w': /* The day of week, beginning on sunday. */
  /bootable/bootloader/legacy/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /bootable/diskinstaller/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /bootable/recovery/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /build/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /cts/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /dalvik/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /development/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /device/htc/common/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /device/htc/dream/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /device/htc/passion/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /device/htc/passion-common/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /device/htc/sapphire/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /device/sample/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /external/apache-http/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /external/astl/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /external/bison/
CleanSpec.mk 33 # that you made last week required touching a file and a change you

Completed in 144 milliseconds

12 3 4 5 6 7 8 91011>>