Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DWeekOf.d.hpp21 struct WeekOf { struct
32 struct WeekOf { struct
36 inline icu4x::capi::WeekOf AsFFI() const;
37 inline static icu4x::WeekOf FromFFI(icu4x::capi::WeekOf c_struct);
/external/rust/android-crates-io/crates/icu_capi/bindings/c/
DWeekOf.d.h15 typedef struct WeekOf { struct
18 } WeekOf; argument
/external/rust/android-crates-io/crates/icu_capi/src/
Dweek.rs27 pub struct WeekOf { struct
28 pub week: u8,
29 pub unit: WeekRelativeUnit,
133 impl From<icu_calendar::week::WeekOf> for ffi::WeekOf { implementation
Ddate.rs113 pub fn week_of_year(&self, calculator: &WeekCalculator) -> crate::week::ffi::WeekOf { in week_of_year()
287 pub fn week_of_year(&self, calculator: &WeekCalculator) -> crate::week::ffi::WeekOf { in week_of_year()
/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DWeekOf.d.ts10 export class WeekOf { class
DWeekOf.mjs11 export class WeekOf { class