Home
last modified time | relevance | path

Searched defs:WeekendContainsDay (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DWeekendContainsDay.d.hpp16 struct WeekendContainsDay { struct
17 bool monday;
32 struct WeekendContainsDay { struct
41 inline icu4x::capi::WeekendContainsDay AsFFI() const;
42 inline static icu4x::WeekendContainsDay FromFFI(icu4x::capi::WeekendContainsDay c_struct);
/external/rust/android-crates-io/crates/icu_capi/bindings/c/
DWeekendContainsDay.d.h14 typedef struct WeekendContainsDay { struct
22 } WeekendContainsDay; argument
/external/rust/android-crates-io/crates/icu_capi/src/
Dweek.rs102 pub fn weekend(&self) -> WeekendContainsDay { in weekend()
122 pub struct WeekendContainsDay { struct
123 pub monday: bool,
124 pub tuesday: bool,
125 pub wednesday: bool,
126 pub thursday: bool,
127 pub friday: bool,
128 pub saturday: bool,
129 pub sunday: bool,
/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DWeekendContainsDay.d.ts21 export class WeekendContainsDay { class
DWeekendContainsDay.mjs12 export class WeekendContainsDay { class