Searched refs:hyphenPart (Results 1 – 1 of 1) sorted by relevance
84 auto hyphenPart = contextRange.split(i); in populateHyphenationPoints() local85 U16StringPiece firstText = textBuf.substr(hyphenPart.first); in populateHyphenationPoints()86 U16StringPiece secondText = textBuf.substr(hyphenPart.second); in populateHyphenationPoints()