Searched refs:hyphenationTargetRange (Results 1 – 1 of 1) sorted by relevance
80 const Range& hyphenationTargetRange, // An actual range for the hyphenation target. in populateHyphenationPoints() argument85 if (!run.getRange().contains(contextRange) || !contextRange.contains(hyphenationTargetRange)) { in populateHyphenationPoints()90 hyphenate(textBuf.substr(hyphenationTargetRange), hyphenator); in populateHyphenationPoints()91 for (uint32_t i = hyphenationTargetRange.getStart(); i < hyphenationTargetRange.getEnd(); ++i) { in populateHyphenationPoints()92 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)]; in populateHyphenationPoints()