HomeSort by relevance Sort by last modified time
    Searched full:weekday (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /external/chromium_org/v8/src/
i18n.js     [all...]
objects-printer.cc 702 weekdays[weekday()->IsSmi() ? Smi::cast(weekday())->value() + 1 : 0],
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udat.h 824 /** The weekday names, for example Monday */
826 /** The short weekday names, for example Mon. */
836 /** The narrow weekday names, for example N */
    [all...]
simpletz.h 390 * Sets the DST start rule to a weekday before or after a give date within
408 * Sets the DST start rule to a weekday before or after a give date within
510 * Sets the DST end rule to a weekday before or after a give date within
529 * Sets the DST end rule to a weekday before or after a give date within
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleMac.mm 154 // weekDay, so it can be 1 through 7 and 1 is Sunday.
  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 390 * Sets the DST start rule to a weekday before or after a give date within
408 * Sets the DST start rule to a weekday before or after a give date within
510 * Sets the DST end rule to a weekday before or after a give date within
529 * Sets the DST end rule to a weekday before or after a give date within
    [all...]
ucal.h     [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ClusterManager.java 90 TimeStatsAggregator.WEEKDAY,
  /packages/apps/Calendar/res/values/
arrays.xml 249 on the Nth WEEKDAY of every month. For example, the 3rd Monday of every month, or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 56 '03 Feb 1994 00:00:00 GMT', # HTTP format (no weekday)
57 '03-Feb-94 00:00:00 GMT', # old rfc850 (no weekday)
58 '03-Feb-1994 00:00:00 GMT', # broken rfc850 (no weekday)
59 '03-Feb-1994 00:00 GMT', # broken rfc850 (no weekday, no seconds)
60 '03-Feb-1994 00:00', # broken rfc850 (no weekday, no seconds, no tz)
62 '03-Feb-94', # old rfc850 HTTP format (no weekday, no time)
63 '03-Feb-1994', # broken rfc850 HTTP format (no weekday, no time)
64 '03 Feb 1994', # proposed new HTTP format (no weekday, no time)
335 ## can, and certainly don't expect the weekday to be there; if you can't
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
time.so 
datetime.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 56 '03 Feb 1994 00:00:00 GMT', # HTTP format (no weekday)
57 '03-Feb-94 00:00:00 GMT', # old rfc850 (no weekday)
58 '03-Feb-1994 00:00:00 GMT', # broken rfc850 (no weekday)
59 '03-Feb-1994 00:00 GMT', # broken rfc850 (no weekday, no seconds)
60 '03-Feb-1994 00:00', # broken rfc850 (no weekday, no seconds, no tz)
62 '03-Feb-94', # old rfc850 HTTP format (no weekday, no time)
63 '03-Feb-1994', # broken rfc850 HTTP format (no weekday, no time)
64 '03 Feb 1994', # proposed new HTTP format (no weekday, no time)
335 ## can, and certainly don't expect the weekday to be there; if you can't
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 643 mModel.weeklyByDayOfWeek[mTime.weekDay] = true;
651 mModel.weeklyByDayOfWeek[mTime.weekDay] = true;
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 79 // When the week starts; numbered like Time.<WEEKDAY> (e.g. SUNDAY=0).
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 232 selectedDay = mSelectedDay.weekDay;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 449 time.monthDay -= time.weekDay - FIRST_DAY_OF_WEEK;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 230 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
231 08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday)
232 08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday)
254 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 29 # Weekday and month names for HTTP date/time formatting; always English!
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 230 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
231 08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday)
232 08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday)
254 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 29 # Weekday and month names for HTTP date/time formatting; always English!
  /external/chromium_org/third_party/icu/patches/
locale2.patch     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 36 var WeekDay = {
53 weekStartDay: WeekDay.Sunday,
336 * @return {!WeekDay}
338 Day.prototype.weekDay = function() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java     [all...]

Completed in 798 milliseconds

1 2 34 5 6 7