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