Home
last modified time | relevance | path

Searched defs:Weekday (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/tests/ui/impl-trait/
Dexample-calendar.rs51 pub fn weekday(&self) -> Weekday { in weekday()
61 pub fn isoweekdate(&self) -> (i32, u32, Weekday) { in isoweekdate() argument
98 fn year_first_day_of_week(&self) -> Weekday { in year_first_day_of_week()
173 pub enum Weekday { enum
183 impl Weekday { impl
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dcivil_time.h370 using Weekday = time_internal::cctz::weekday; variable
Dcivil_time_test.cc931 TEST(CivilTime, Weekday) { in TEST() argument
/third_party/ncurses/Ada95/samples/
Dsample-form_demo.adb70 type Weekday is (Sunday, Monday, Tuesday, Wednesday, Thursday, type
Dsample-text_io_demo.adb78 type Weekday is (Sunday, type
/third_party/protobuf/third_party/abseil-cpp/absl/time/
Dcivil_time.h372 using Weekday = time_internal::cctz::weekday; variable