Searched refs:hasEndReplacement (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DLayout.cpp786 const bool hasEndReplacement = HyphenEdit::isReplacement(endHyphen); local
787 if (hasEndReplacement) {
819 if (hasEndInsertion || hasEndReplacement) {
835 hyphenCluster = cpInfo[numCodepoints - 1].cluster + (uint32_t) hasEndReplacement;

Completed in 53 milliseconds