Searched refs:secondToLastCharacter (Results 1 – 3 of 3) sorted by relevance
639 …ine void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharacter) in nextCharacter() argument641 secondToLastCharacter = lastCharacter; in nextCharacter()786 UChar secondToLastCharacter = m_renderTextInfo.m_lineBreakIterator.secondToLastCharacter(); in handleText() local826 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()986 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()989 m_renderTextInfo.m_lineBreakIterator.setPriorContext(lastCharacter, secondToLastCharacter); in handleText()
86 UChar secondToLastCharacter() const in secondToLastCharacter() function
152 …h = pos > 1 ? str[pos - 2] : static_cast<CharacterType>(lazyBreakIterator.secondToLastCharacter()); in nextBreakablePosition()