HomeSort by relevance Sort by last modified time
    Searched refs:secondToLastCharacter (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 488 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharacter)
490 secondToLastCharacter = lastCharacter;
601 UChar secondToLastCharacter = m_renderTextInfo.m_lineBreakIterator.secondToLastCharacter();
643 nextCharacter(c, lastCharacter, secondToLastCharacter);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIterator.h 88 UChar secondToLastCharacter() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
break_lines.cpp 152 CharacterType lastLastCh = pos > 1 ? str[pos - 2] : static_cast<CharacterType>(lazyBreakIterator.secondToLastCharacter());

Completed in 541 milliseconds