Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/minikin/rust/
H A Dhyphenator.rs604 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