Home
last modified time | relevance | path

Searched refs:CHAR_SOFT_HYPHEN (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
DWordBreaker.cpp28 const uint32_t CHAR_SOFT_HYPHEN = 0x00AD; variable
76 if (codePoint == CHAR_SOFT_HYPHEN) { in isBreakValid()
DHyphenator.cpp35 static const uint16_t CHAR_SOFT_HYPHEN = 0x00AD; variable
135 result[i] = word[i - 1] == CHAR_SOFT_HYPHEN; in hyphenateSoft()