Searched refs:is_line_breaking_hyphen (Results 1 – 1 of 1) sorted by relevance
608 fn is_line_breaking_hyphen(c: u16) -> bool { in is_line_breaking_hyphen() method670 if i > 1 && Self::is_line_breaking_hyphen(prev_char) { in hyphenate_with_no_pattern()