Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_collections/src/codepointtrie/
Dcptrie.rs44 pub enum TrieType { enum
179 impl TryFrom<u8> for TrieType { implementation
182 fn try_from(trie_type_int: u8) -> Result<TrieType, crate::codepointtrie::error::Error> { in try_from()