Searched refs:hyphenValue (Results 1 – 2 of 2) sorted by relevance
179 const HyphenationType hyphenValue = alphabetLookup(alpha_codes, word); in hyphenate() local181 if (hyphenValue != HyphenationType::DONT_BREAK) { in hyphenate()182 hyphenateFromCodes(alpha_codes, paddedLen, hyphenValue, out); in hyphenate()406 HyphenationType hyphenValue, HyphenationType* out) const { in hyphenateFromCodes() argument452 out[i] = (buffer[i] & 1u) ? hyphenValue : HyphenationType::DONT_BREAK; in hyphenateFromCodes()
264 void hyphenateFromCodes(const uint16_t* codes, size_t len, HyphenationType hyphenValue,