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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/go/internal/
version.a 272 UnmarshalBinary^??"??&UnmarshalJSON^??"??&UnmarshalText^??"??& Weekday^?? ??6hv Year^?? YearDay^??Zone^?V ??abs^?? addSec^t·1?
  /prebuilts/go/linux-x86/pkg/linux_amd64/runtime/
debug.a 68 UnmarshalBinary>jB"?B&UnmarshalJSON>jB"?B&UnmarshalText>jB"?B& Weekday>jB ??:Jp Year>jB YearDay>jBZone>?L PRabs>jB addSec>t·1B
  /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!
  /toolchain/binutils/binutils-2.27/binutils/
bucomm.c 440 /* POSIX format: skip weekday and seconds from ctime output. */
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 79 /** Array of single-character weekday labels ordered by column index. */
194 // Use tiny (e.g. single-character) weekday names from ICU. The indices
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 538 Locale fi = new Locale("fi"); // Finnish has separate standalone weekday names
551 Locale fi = new Locale("fi"); // Finnish has separate standalone weekday names
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 335 weekday(int year, int month, int day) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 335 weekday(int year, int month, int day) function
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 335 weekday(int year, int month, int day) function
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 357 weekday(int year, int month, int day) function
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 124 DAYS[dt.weekday()], dt.day, MONTHS[dt.month-1],
241 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
242 08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday)
243 08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday)
265 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1400 weekday = weekdays variable
    [all...]
  /external/python/cpython3/Doc/library/
logging.handlers.rst 342 | ``'W0'-'W6'`` | Weekday (0=Monday) | Used to compute initial |
350 When using weekday-based rotation, specify 'W0' for Monday, 'W1' for
376 is set to happen "at midnight" or "on a particular weekday". Note that in
    [all...]
time.rst 394 | ``%a`` | Locale's abbreviated weekday name. | |
397 | ``%A`` | Locale's full weekday name. | |
439 | ``%w`` | Weekday as a decimal number [0(Sunday),6]. | |
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1400 weekday = weekdays variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1400 weekday = weekdays variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py 792 self.assertEqual(self.theclass(2002, 3, 4+i).weekday(), i)
795 self.assertEqual(self.theclass(1956, 1, 2+i).weekday(), i)
    [all...]
  /external/python/cpython2/Doc/library/
logging.handlers.rst 244 | ``'W0'-'W6'`` | Weekday (0=Monday) |
249 When using weekday-based rotation, specify 'W0' for Monday, 'W1' for
  /external/python/cpython2/Lib/test/
test_datetime.py 793 self.assertEqual(self.theclass(2002, 3, 4+i).weekday(), i)
796 self.assertEqual(self.theclass(1956, 1, 2+i).weekday(), i)
    [all...]
  /external/v8/src/
objects-printer.cc 843 weekdays[weekday()->IsSmi() ? Smi::cast(weekday())->value() + 1 : 0],
    [all...]

Completed in 151 milliseconds

1 2 3 4 5 6 78 91011>>