Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DWordBreaker.cpp31 const uint32_t CHAR_SOFT_HYPHEN = 0x00AD; variable
85 codePoint == CHAR_SOFT_HYPHEN) { in isBreakValid()
DHyphenator.cpp38 static const uint16_t CHAR_SOFT_HYPHEN = 0x00AD; variable
317 } else if (i > 1 && prevChar == CHAR_SOFT_HYPHEN) { in hyphenateWithNoPatterns()