Home
last modified time | relevance | path

Searched refs:WordCat (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/unicode-segmentation/src/
Dword.rs14 use crate::tables::word::WordCat;
90 cat: Option<WordCat>,
91 catb: Option<WordCat>,
689 fn get_next_cat(&self, idx: usize) -> Option<WordCat> { in get_next_cat() argument
701 fn get_prev_cat(&self, idx: usize) -> Option<WordCat> { in get_prev_cat() argument
Dtables.rs1089 pub use self::WordCat::*;
1093 pub enum WordCat { enum
1115 …able(c: char, r: &'static [(char, char, WordCat)], default_lower: u32, default_upper: u32) -> (u32… in bsearch_range_value_table() argument
1136 pub fn word_category(c: char) -> (u32, u32, WordCat) { in word_category() argument
1218 const word_cat_table: &'static [(char, char, WordCat)] = &[