Home
last modified time | relevance | path

Searched defs:first_day (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_zoneinfo.c1179 int8_t first_day = (ymd_to_ord(year, self->month, 1) + 6) % 7; in calendarrule_year_to_timestamp() local
D_datetimemodule.c387 int first_day = ymd_to_ord(year, 1, 1); /* ord of 1/1 */ in iso_week1_monday() local
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/
Ddate.rs63 pub const fn first_day(&self) -> NaiveDate { in first_day() method
/aosp_15_r20/external/python/cpython2/Modules/
Ddatetimemodule.c346 int first_day = ymd_to_ord(year, 1, 1); /* ord of 1/1 */ in iso_week1_monday() local