Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DDateTimeMismatchedCalendarError.d.hpp21 struct DateTimeMismatchedCalendarError { struct
32 struct DateTimeMismatchedCalendarError { struct
36 inline icu4x::capi::DateTimeMismatchedCalendarError AsFFI() const;
37 …inline static icu4x::DateTimeMismatchedCalendarError FromFFI(icu4x::capi::DateTimeMismatchedCalend…
/external/rust/android-crates-io/crates/icu_capi/bindings/c/
DDateTimeMismatchedCalendarError.d.h15 typedef struct DateTimeMismatchedCalendarError { struct
18 } DateTimeMismatchedCalendarError; argument
/external/rust/android-crates-io/crates/icu_capi/src/
Derrors.rs113 pub struct DateTimeMismatchedCalendarError { struct
114 pub this_kind: AnyCalendarKind,
115 pub date_kind: DiplomatOption<AnyCalendarKind>,
245 impl From<icu_datetime::MismatchedCalendarError> for ffi::DateTimeMismatchedCalendarError { implementation
Dneo_datetime.rs533 ) -> Result<(), DateTimeMismatchedCalendarError> { in format_same_calendar() argument
/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DDateTimeMismatchedCalendarError.d.ts15 export class DateTimeMismatchedCalendarError { class
DDateTimeMismatchedCalendarError.mjs11 export class DateTimeMismatchedCalendarError { class