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