Searched refs:CHAR_SOFT_HYPHEN (Results 1 – 2 of 2) sorted by relevance
31 const uint32_t CHAR_SOFT_HYPHEN = 0x00AD; variable72 if (Hyphenator::isLineBreakingHyphen(codePoint) || codePoint == CHAR_SOFT_HYPHEN) { in isBreakValid()
37 static const uint16_t CHAR_SOFT_HYPHEN = 0x00AD; variable300 } else if (i > 1 && prevChar == CHAR_SOFT_HYPHEN) { in hyphenateWithNoPatterns()