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.h488 …ine void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharacter) in nextCharacter() argument
490 secondToLastCharacter = lastCharacter; in nextCharacter()
601 UChar secondToLastCharacter = m_renderTextInfo.m_lineBreakIterator.secondToLastCharacter(); in handleText() local
643 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
804 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
807 m_renderTextInfo.m_lineBreakIterator.setPriorContext(lastCharacter, secondToLastCharacter); in handleText()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIterator.h88 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()