Searched refs:secondToLastCharacter (Results 1 – 3 of 3) sorted by relevance
488 …ine void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharacter) in nextCharacter() argument490 secondToLastCharacter = lastCharacter; in nextCharacter()601 UChar secondToLastCharacter = m_renderTextInfo.m_lineBreakIterator.secondToLastCharacter(); in handleText() local643 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()804 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()807 m_renderTextInfo.m_lineBreakIterator.setPriorContext(lastCharacter, secondToLastCharacter); in handleText()
88 UChar secondToLastCharacter() const in secondToLastCharacter() function
152 …h = pos > 1 ? str[pos - 2] : static_cast<CharacterType>(lazyBreakIterator.secondToLastCharacter()); in nextBreakablePosition()