Home
last modified time | relevance | path

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

/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/line/
DBreakingContextInlineHeaders.h488 …ine void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharacter) in nextCharacter()
601 UChar secondToLastCharacter = m_renderTextInfo.m_lineBreakIterator.secondToLastCharacter(); in handleText() local