Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/
Dweekday.rs42 pub enum Weekday { enum
59 impl Weekday { implementation
67 pub const fn succ(&self) -> Weekday { in succ()
86 pub const fn pred(&self) -> Weekday { in pred()
162 impl fmt::Display for Weekday { implementation
179 impl TryFrom<u8> for Weekday { implementation
199 impl num_traits::FromPrimitive for Weekday { implementation
201 fn from_i64(n: i64) -> Option<Weekday> { in from_i64()
215 fn from_u64(n: u64) -> Option<Weekday> { in from_u64()
258 impl ser::Serialize for Weekday { implementation
[all …]
Dtraits.rs78 fn weekday(&self) -> Weekday; in weekday()
Ddate.rs422 fn weekday(&self) -> Weekday { in weekday()
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dscan.rs106 pub(super) fn short_weekday(s: &str) -> ParseResult<(&str, Weekday)> { in short_weekday() argument
146 pub(super) fn short_or_long_weekday(s: &str) -> ParseResult<(&str, Weekday)> { in short_or_long_weekday() argument
Dmod.rs491 impl FromStr for Weekday { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/
Dinternals.rs343 pub(super) const fn weekday(&self) -> Weekday { in weekday()
349 pub(super) fn isoweekdate_raw(&self) -> (u32, Weekday) { in isoweekdate_raw() argument
500 const fn weekday_from_u32_mod7(n: u32) -> Weekday { in weekday_from_u32_mod7()
Ddate.rs501 weekday: Weekday, in from_weekday_of_month()
531 weekday: Weekday, in from_weekday_of_month_opt()
1466 const fn weekday(&self) -> Weekday { in weekday()
1673 fn weekday(&self) -> Weekday { in weekday()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/
H A Dcivil_time.h372 using Weekday = time_internal::cctz::weekday; variable
H A Dcivil_time_test.cc931 TEST(CivilTime, Weekday) { in TEST() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/
H A Dcivil_time.h370 using Weekday = time_internal::cctz::weekday; variable
H A Dcivil_time_test.cc931 TEST(CivilTime, Weekday) { in TEST() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/
H A Dcivil_time.h372 using Weekday = time_internal::cctz::weekday; variable
H A Dcivil_time_test.cc931 TEST(CivilTime, Weekday) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dcivil_time.h372 using Weekday = time_internal::cctz::weekday; variable
Dcivil_time_test.cc931 TEST(CivilTime, Weekday) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dtime.go341 type Weekday int type
538 func (t Time) Weekday() Weekday { func
Dtime_test.go43 Weekday Weekday member
/aosp_15_r20/external/abseil-cpp/absl/time/
H A Dcivil_time.h372 using Weekday = time_internal::cctz::weekday; variable
H A Dcivil_time_test.cc950 TEST(CivilTime, Weekday) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/
H A Dcivil_time.h372 using Weekday = time_internal::cctz::weekday; variable
H A Dcivil_time_test.cc950 TEST(CivilTime, Weekday) { in TEST() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/
H A Dcivil_time.h372 using Weekday = time_internal::cctz::weekday; variable
H A Dcivil_time_test.cc950 TEST(CivilTime, Weekday) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/datetime/
Dmod.rs1268 fn weekday(&self) -> Weekday { in weekday()
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Dmod.rs993 fn weekday(&self) -> Weekday { in weekday()

12