Searched refs:prevOffset (Results 1 – 1 of 1) sorted by relevance
206 uint32_t prevOffset = NOWHERE; in tryLineBreakWithHyphenation() local222 prevOffset = i; in tryLineBreakWithHyphenation()227 if (prevOffset == NOWHERE) { in tryLineBreakWithHyphenation()233 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation()236 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()238 breakLineAt(prevOffset, prevWidth, in tryLineBreakWithHyphenation()253 prevOffset = NOWHERE; in tryLineBreakWithHyphenation()259 if (prevOffset == NOWHERE) { in tryLineBreakWithHyphenation()262 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation()265 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()[all …]