Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/unicode-segmentation/src/
Dgrapheme.rs492 } else if tables::derived_property::InCB_Extend(ch) { in handle_incb_consonant()
716 } else if !crate::tables::derived_property::InCB_Extend(ch) { in next_boundary()
805 } else if crate::tables::derived_property::InCB_Extend(ch) { in prev_boundary()
Dtables.rs479 pub fn InCB_Extend(c: char) -> bool { in InCB_Extend() function