HomeSort by relevance Sort by last modified time
    Searched defs:characterAt (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 421 UChar characterAt(unsigned index) const
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 91 UChar characterAt(unsigned index) const;
336 UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); }
394 UChar characterAt(unsigned index) const;
TextIterator.cpp 561 UChar TextIterator::characterAt(unsigned index) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 91 && !toRenderText(m_obj)->isWordBreak() && toRenderText(m_obj)->characterAt(m_pos) == '\n';
99 UChar characterAt(unsigned) const;
405 inline UChar InlineIterator::characterAt(unsigned index) const
410 return toRenderText(m_obj)->characterAt(index);
415 return characterAt(m_pos);
423 return characterAt(m_pos - 1);

Completed in 96 milliseconds