Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_locale_core/src/preferences/extensions/unicode/keywords/
Dmod.rs21 mod first_day; module
/external/rust/android-crates-io/crates/chrono/src/naive/
Dmod.rs62 pub const fn first_day(&self) -> NaiveDate { in first_day() method
/external/python/cpython3/Modules/
D_zoneinfo.c1291 int8_t first_day = (ymd_to_ord(year, self->month, 1) + 6) % 7; in calendarrule_year_to_timestamp() local
D_datetimemodule.c568 int first_day = ymd_to_ord(year, 1, 1); /* ord of 1/1 */ in iso_week1_monday() local