Home
last modified time | relevance | path

Searched defs:characterAt (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h217 inline UChar RenderText::characterAt(unsigned i) const in characterAt() function
DInlineIterator.h402 inline UChar InlineIterator::characterAt(unsigned index) const in characterAt() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.h314 …UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); } in characterAt() function
DTextIterator.cpp500 UChar TextIterator::characterAt(unsigned index) const in characterAt() function in WebCore::TextIterator
1668 UChar WordAwareIterator::characterAt(unsigned index) const in characterAt() function in WebCore::WordAwareIterator
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.h440 UChar characterAt(unsigned index) const in characterAt() function