Searched refs:CHAR_SOFT_HYPHEN (Results 1 – 4 of 4) sorted by relevance
30 constexpr uint32_t CHAR_SOFT_HYPHEN = 0x00AD; variable
80 const CHAR_SOFT_HYPHEN: u16 = 0x00AD; constant682 } else if i > 1 && prev_char == CHAR_SOFT_HYPHEN { in hyphenate_with_no_pattern()
169 if (Hyphenator::isLineBreakingHyphen(codePoint) || codePoint == CHAR_SOFT_HYPHEN) { in isValidBreak()
322 } else if (i > 1 && prevChar == CHAR_SOFT_HYPHEN) { in hyphenateWithNoPatterns()