Home
last modified time | relevance | path

Searched refs:hyphenPart (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h89 auto hyphenPart = contextRange.split(i); in populateHyphenationPoints() local
90 U16StringPiece firstText = textBuf.substr(hyphenPart.first); in populateHyphenationPoints()
91 U16StringPiece secondText = textBuf.substr(hyphenPart.second); in populateHyphenationPoints()