Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DHyphenator.cpp126 const HyphenationType hyphenValue = alphabetLookup(alpha_codes, word); in hyphenate() local
127 if (hyphenValue != HyphenationType::DONT_BREAK) { in hyphenate()
128 hyphenateFromCodes(alpha_codes, paddedLen, hyphenValue, out); in hyphenate()
350 void Hyphenator::hyphenateFromCodes(const uint16_t* codes, size_t len, HyphenationType hyphenValue, in hyphenateFromCodes() argument
397 out[i] = (buffer[i] & 1u) ? hyphenValue : HyphenationType::DONT_BREAK; in hyphenateFromCodes()
/frameworks/minikin/include/minikin/
DHyphenator.h230 void hyphenateFromCodes(const uint16_t* codes, size_t len, HyphenationType hyphenValue,