Searched refs:hyphenate_with_no_pattern (Results 1 – 1 of 1) sorted by relevance
604 self.hyphenate_with_no_pattern(word, out); in hyphenate()669 fn hyphenate_with_no_pattern(&self, word: &[u16], out: &mut [u8]) { in hyphenate_with_no_pattern() method