Searched refs:decompose_compatible (Results 1 – 4 of 4) sorted by relevance
110 use crate::normalize::decompose_compatible;152 decompose_compatible(ch, |c| s.push(c)); in test_classify_nonstarters()
114 super::char::decompose_compatible(ch, |d| self.push_back(d)); in next()
92 compose, decompose_canonical, decompose_cjk_compat_variants, decompose_compatible,
34 pub fn decompose_compatible<F: FnMut(char)>(c: char, emit_char: F) { in decompose_compatible() function