Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h639 …ine void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharacter) in nextCharacter() argument
641 secondToLastCharacter = lastCharacter; in nextCharacter()
786 UChar secondToLastCharacter = m_renderTextInfo.m_lineBreakIterator.secondToLastCharacter(); in handleText() local
826 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
986 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
989 m_renderTextInfo.m_lineBreakIterator.setPriorContext(lastCharacter, secondToLastCharacter); in handleText()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIterator.h86 UChar secondToLastCharacter() const in secondToLastCharacter() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
Dbreak_lines.cpp152 …h = pos > 1 ? str[pos - 2] : static_cast<CharacterType>(lazyBreakIterator.secondToLastCharacter()); in nextBreakablePosition()