Searched refs:CHAR_SOFT_HYPHEN (Results 1 – 2 of 2) sorted by relevance
31 const uint32_t CHAR_SOFT_HYPHEN = 0x00AD; variable85 codePoint == CHAR_SOFT_HYPHEN) { in isBreakValid()
38 static const uint16_t CHAR_SOFT_HYPHEN = 0x00AD; variable317 } else if (i > 1 && prevChar == CHAR_SOFT_HYPHEN) { in hyphenateWithNoPatterns()