Searched defs:contextRange (Results 1 – 3 of 3) sorted by relevance
73 const Range& contextRange, // A context range for measuring hyphenated piece. in populateHyphenationPoints()141 inline Range contextRange() const { return Range(prevWordBreak, nextWordBreak); } in contextRange() function
185 Range contextRange = range; in tryLineBreakWithHyphenation() local
244 const Range contextRange = proc.contextRange(); in populateCandidates() local