Searched refs:mHyphenator (Results 1 – 2 of 2) sorted by relevance
64 mHyphenator = hyphenator; in setLocale()183 if (paint != nullptr && mHyphenator != nullptr && in addStyleRun()187 mHyphenator->hyphenate(&mHyphBuf, &mTextBuf[lastBreak], wordEnd - lastBreak); in addStyleRun()
222 Hyphenator* mHyphenator; variable