HomeSort by relevance Sort by last modified time
    Searched refs:CHAR_SOFT_HYPHEN (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/libs/minikin/
WordBreaker.cpp 31 const uint32_t CHAR_SOFT_HYPHEN = 0x00AD;
72 if (Hyphenator::isLineBreakingHyphen(codePoint) || codePoint == CHAR_SOFT_HYPHEN) {
Hyphenator.cpp 37 static const uint16_t CHAR_SOFT_HYPHEN = 0x00AD;
256 // Assumption for caller: location must be >= 2 and word[location] == CHAR_SOFT_HYPHEN.
300 } else if (i > 1 && prevChar == CHAR_SOFT_HYPHEN) {

Completed in 478 milliseconds