Searched defs:secondToLastCharacter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIterator.h88 UChar secondToLastCharacter() const function in class:blink::LazyLineBreakIterator
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h488 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharacter) argument
490 secondToLastCharacter = lastCharacter;
601 UChar secondToLastCharacter = m_renderTextInfo.m_lineBreakIterator.secondToLastCharacter(); local
643 nextCharacter(c, lastCharacter, secondToLastCharacter);
804 nextCharacter(c, lastCharacter, secondToLastCharacter);
807 m_renderTextInfo.m_lineBreakIterator.setPriorContext(lastCharacter, secondToLastCharacter);

Completed in 120 milliseconds