Searched refs:DontBreak (Results 1 – 1 of 1) sorted by relevance
117 DontBreak = 0, enumerator354 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 };