Home
last modified time | relevance | path

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

/frameworks/minikin/rust/
Dhyphenator.rs311 pub fn alphabet_table(&self) -> Option<Box<dyn AlphabetLookup + 'a>> { in alphabet_table() method
584 let hyphen_value = if let Some(alphabet) = header.alphabet_table() { in hyphenate()