Searched refs:canHyphenate (Results 1 – 4 of 4) sorted by relevance
67 virtual bool canHyphenate() const = 0;148 bool canHyphenate() const override { return mHyphenation; } in canHyphenate() function192 bool canHyphenate() const { return false; } in canHyphenate() function
56 virtual bool canHyphenate() const override { return true; } in canHyphenate() function
199 if (!targetRun->canHyphenate()) { in tryLineBreakWithHyphenation()
325 const bool doHyphenationRun = doHyphenation && run->canHyphenate(); in populateCandidates()