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/core/editing/
TextIterator.h 96 UChar characterAt(unsigned index) const;
308 UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); }
355 UChar characterAt(unsigned index) const;
TextIterator.cpp 426 UChar TextIterator::characterAt(unsigned index) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 79 && !toRenderText(m_obj)->isWordBreak() && toRenderText(m_obj)->characterAt(m_pos) == '\n';
87 UChar characterAt(unsigned) const;
373 inline UChar InlineIterator::characterAt(unsigned index) const
378 return toRenderText(m_obj)->characterAt(index);
383 return characterAt(m_pos);
391 return characterAt(m_pos - 1);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 454 UChar characterAt(unsigned index) const

Completed in 181 milliseconds