Searched refs:InCB_Extend (Results 1 – 2 of 2) sorted by relevance
492 } 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()
479 pub fn InCB_Extend(c: char) -> bool { in InCB_Extend() function