Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DHyphenator.cpp127 const HyphenationType hyphenValue = alphabetLookup(alpha_codes, word, len); in hyphenate() local
128 if (hyphenValue != HyphenationType::DONT_BREAK) { in hyphenate()
129 hyphenateFromCodes(result->data(), alpha_codes, paddedLen, hyphenValue); in hyphenate()
385 HyphenationType hyphenValue) { in hyphenateFromCodes() argument
431 result[i] = (buffer[i] & 1u) ? hyphenValue : HyphenationType::DONT_BREAK; in hyphenateFromCodes()
/frameworks/minikin/include/minikin/
DHyphenator.h154 HyphenationType hyphenValue);