Searched refs:Weekday (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | date.h | 72 int Weekday(int days) { in Weekday() function 178 int week_day = Weekday(DaysFromYearMonth(year, 0)); in EquivalentYear()
|
D | date.cc | 184 *weekday = Weekday(days); in BreakDownTime()
|
D | objects.cc | 19120 if (index == kWeekdayUTC) return Smi::FromInt(date_cache->Weekday(days)); in GetUTCField() 19180 int weekday = date_cache->Weekday(days); in SetCachedFields()
|
/external/icu/icu4c/source/data/locales/ |
D | ms.txt | 2527 dn{"Weekday Of Month"} 2530 dn{"Weekday Of Month"} 2533 dn{"Weekday Of Month"}
|
D | root.txt | 2401 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 | 1968 | ``%a`` | Weekday as locale's || Sun, Mon, ..., Sat | \(1) | 1973 | ``%A`` | Weekday as locale's full name. || Sunday, Monday, ..., | \(1) | 1978 | ``%w`` | Weekday as a decimal number, | 0, 1, ..., 6 | |
|
D | time.rst | 439 | ``%w`` | Weekday as a decimal number [0(Sunday),6]. | |
|
D | logging.handlers.rst | 342 | ``'W0'-'W6'`` | Weekday (0=Monday) | Used to compute initial |
|