HomeSort by relevance Sort by last modified time
    Searched full:weekday (Results 126 - 150 of 552) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/python/cpython3/Lib/
datetime.py 678 weekday()
715 y, m, d, hh, mm, ss, weekday, jday, dst = _time.localtime(t)
760 weekday = self.toordinal() % 7 or 7
762 _DAYNAMES[weekday],
894 def weekday(self): member in class:date
906 """Return a 3-tuple containing ISO year, week number, and weekday.
    [all...]
  /external/python/cpython3/Lib/test/
test_http_cookiejar.py 76 '03 Feb 1994 00:00:00 GMT', # HTTP format (no weekday)
77 '03-Feb-94 00:00:00 GMT', # old rfc850 (no weekday)
78 '03-Feb-1994 00:00:00 GMT', # broken rfc850 (no weekday)
79 '03-Feb-1994 00:00 GMT', # broken rfc850 (no weekday, no seconds)
80 '03-Feb-1994 00:00', # broken rfc850 (no weekday, no seconds, no tz)
81 '02-Feb-1994 24:00', # broken rfc850 (no weekday, no seconds,
84 '03-Feb-94', # old rfc850 HTTP format (no weekday, no time)
85 '03-Feb-1994', # broken rfc850 HTTP format (no weekday, no time)
86 '03 Feb 1994', # proposed new HTTP format (no weekday, no time)
400 ## can, and certainly don't expect the weekday to be there; if you can'
    [all...]
  /external/v8/src/js/
i18n.js     [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 714 private int weekDay;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
EasterHoliday.java 245 int j = 0; // Weekday (0-based) of Paschal full moon
  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 392 * Sets the DST start rule to a weekday before or after a give date within
410 * Sets the DST start rule to a weekday before or after a give date within
512 * Sets the DST end rule to a weekday before or after a give date within
531 * Sets the DST end rule to a weekday before or after a give date within
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 764 * {@icu} Constant for date skeleton with weekday.
768 public static final String WEEKDAY = "EEEE";
771 * {@icu} Constant for date skeleton with abbreviated weekday.
778 * {@icu} Constant for date skeleton with year, month, weekday, and day.
785 * {@icu} Constant for date skeleton with year, abbreviated month, weekday, and day.
792 * {@icu} Constant for date skeleton with year, numeric month, weekday, and day.
820 * {@icu} Constant for date skeleton with month, weekday, and day.
827 * {@icu} Constant for date skeleton with abbreviated month, weekday, and day.
834 * {@icu} Constant for date skeleton with numeric month, weekday, and day.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
EasterHoliday.java 259 int j = 0; // Weekday (0-based) of Paschal full moon
  /external/python/cpython2/Lib/test/
test_cookielib.py 76 '03 Feb 1994 00:00:00 GMT', # HTTP format (no weekday)
77 '03-Feb-94 00:00:00 GMT', # old rfc850 (no weekday)
78 '03-Feb-1994 00:00:00 GMT', # broken rfc850 (no weekday)
79 '03-Feb-1994 00:00 GMT', # broken rfc850 (no weekday, no seconds)
80 '03-Feb-1994 00:00', # broken rfc850 (no weekday, no seconds, no tz)
82 '03-Feb-94', # old rfc850 HTTP format (no weekday, no time)
83 '03-Feb-1994', # broken rfc850 HTTP format (no weekday, no time)
84 '03 Feb 1994', # proposed new HTTP format (no weekday, no time)
350 ## can, and certainly don't expect the weekday to be there; if you can't
    [all...]
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java 332 errln("ERROR: English format short weekday names don't match prefixes of format abbreviated names");
381 errln("ERROR: English standalone short weekday names don't match prefixes of standalone abbreviated names");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 329 errln("ERROR: English format short weekday names don't match prefixes of format abbreviated names");
378 errln("ERROR: English standalone short weekday names don't match prefixes of standalone abbreviated names");
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
expressions.golden 565 t.Weekday == u.Weekday &&
expressions.input 589 t.Weekday == u.Weekday &&
expressions.raw 565 t.Weekday == u.Weekday &&
  /prebuilts/go/linux-x86/src/go/printer/testdata/
expressions.golden 565 t.Weekday == u.Weekday &&
expressions.input 589 t.Weekday == u.Weekday &&
expressions.raw 565 t.Weekday == u.Weekday &&

Completed in 65 milliseconds

1 2 3 4 56 7 8 91011>>