Searched refs:canHyphenate (Results 1 – 4 of 4) sorted by relevance
42 virtual bool canHyphenate() const = 0;81 bool canHyphenate() const override { return true; } in canHyphenate() function119 bool canHyphenate() const { return false; } in canHyphenate() function
39 if (!computeHyphenation || !run->canHyphenate()) { in measure()
224 if (run->canHyphenate()) { in populateCandidates()
52 virtual bool canHyphenate() const override { return true; } in canHyphenate() function