Home
last modified time | relevance | path

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

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