Searched refs:Weekday (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | date.h | 70 int Weekday(int days) { in Weekday() function 140 int week_day = Weekday(DaysFromYearMonth(year, 0)); in EquivalentYear()
|
D | date.cc | 216 *weekday = Weekday(days); in BreakDownTime()
|
D | objects.cc | 18484 if (index == kWeekdayUTC) return Smi::FromInt(date_cache->Weekday(days)); in GetUTCField() 18543 int weekday = date_cache->Weekday(days); in SetCachedFields()
|
/external/icu/icu4c/source/data/locales/ |
D | qu.txt | 1337 dn{"Weekday Of Month"} 1340 dn{"Weekday Of Month"} 1343 dn{"Weekday Of Month"}
|
D | ms.txt | 2529 dn{"Weekday Of Month"} 2532 dn{"Weekday Of Month"} 2535 dn{"Weekday Of Month"}
|
D | mt.txt | 1135 dn{"Weekday Of Month"}
|
D | root.txt | 2481 dn{"Weekday Of Month"}
|
/external/python/cpython2/Doc/library/ |
D | datetime.rst | 1623 | ``%a`` | Weekday as locale's || Sun, Mon, ..., Sat | \(1) | 1628 | ``%A`` | Weekday as locale's full name. || Sunday, Monday, ..., | \(1) | 1633 | ``%w`` | Weekday as a decimal number, | 0, 1, ..., 6 | |
|
D | time.rst | 304 | ``%w`` | Weekday as a decimal number | |
|
D | logging.handlers.rst | 244 | ``'W0'-'W6'`` | Weekday (0=Monday) |
|
/external/python/cpython3/Doc/library/ |
D | datetime.rst | 2051 | ``%a`` | Weekday as locale's || Sun, Mon, ..., Sat | \(1) | 2056 | ``%A`` | Weekday as locale's full name. || Sunday, Monday, ..., | \(1) | 2061 | ``%w`` | Weekday as a decimal number, | 0, 1, ..., 6 | |
|
D | time.rst | 430 | ``%w`` | Weekday as a decimal number [0(Sunday),6]. | |
|
D | logging.handlers.rst | 355 | ``'W0'-'W6'`` | Weekday (0=Monday) | Used to compute initial |
|