Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_casemap/src/provider/
Ddata.rs67 pub enum DotType { enum
79 impl DotType { implementation
215 pub(crate) fn dot_type(self) -> DotType { in dot_type()
Dexception_helpers.rs212 pub fn dot_type(self) -> DotType { in dot_type()
/external/rust/android-crates-io/crates/icu_casemap/src/
Dinternals.rs165 fn dot_type(&self, c: char) -> DotType { in dot_type()