Home
last modified time | relevance | path

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

/frameworks/minikin/rust/
Dhyphenator.rs154 const MAX_HYPHEN_SIZE: u32 = 64; constant
344 alpha_codes: &mut [u16; MAX_HYPHEN_SIZE as usize], in lookup()
580 && padded_len <= MAX_HYPHEN_SIZE in hyphenate()
583 let mut alpha_codes: [u16; MAX_HYPHEN_SIZE as usize] = [0; MAX_HYPHEN_SIZE as usize]; in hyphenate()
713 codes: [u16; MAX_HYPHEN_SIZE as usize], in hyphenate_from_codes()