Home
last modified time | relevance | path

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

/frameworks/minikin/rust/
Dhyphenator.rs117 DontBreak = 0, enumerator
354 return HyphenationType::DontBreak;
587 HyphenationType::DontBreak in hyphenate()
590 if hyphen_value != HyphenationType::DontBreak { in hyphenate()
667 out[0] = HyphenationType::DontBreak as u8; in hyphenate_with_no_pattern()
705 out[i as usize] = HyphenationType::DontBreak as u8; in hyphenate_with_no_pattern()
763 *r = if *r & 1 != 0 { hyphen_value as u8 } else { HyphenationType::DontBreak as u8 };