Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_casemap/src/provider/
Dexception_helpers.rs163 pub struct ExceptionBitsULE(pub u8); struct
165 impl ExceptionBitsULE { impl
178 impl ExceptionBitsULE { impl
223 fn to_unaligned(self) -> ExceptionBitsULE { in to_unaligned()