Searched refs:hyphenValue (Results 1 – 2 of 2) sorted by relevance
127 const HyphenationType hyphenValue = alphabetLookup(alpha_codes, word, len); in hyphenate() local128 if (hyphenValue != HyphenationType::DONT_BREAK) { in hyphenate()129 hyphenateFromCodes(result->data(), alpha_codes, paddedLen, hyphenValue); in hyphenate()385 HyphenationType hyphenValue) { in hyphenateFromCodes() argument431 result[i] = (buffer[i] & 1u) ? hyphenValue : HyphenationType::DONT_BREAK; in hyphenateFromCodes()
154 HyphenationType hyphenValue);