Searched refs:CHAR_SOFT_HYPHEN (Results 1 – 2 of 2) sorted by relevance
28 const uint32_t CHAR_SOFT_HYPHEN = 0x00AD; variable76 if (codePoint == CHAR_SOFT_HYPHEN) { in isBreakValid()
35 static const uint16_t CHAR_SOFT_HYPHEN = 0x00AD; variable135 result[i] = word[i - 1] == CHAR_SOFT_HYPHEN; in hyphenateSoft()