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.h222 inline UChar RenderText::characterAt(unsigned i) const in characterAt() function
DInlineIterator.h405 inline UChar InlineIterator::characterAt(unsigned index) const in characterAt() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.h336 …UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); } in characterAt() function
DTextIterator.cpp561 UChar TextIterator::characterAt(unsigned index) const in characterAt() function in blink::TextIterator
1918 UChar WordAwareIterator::characterAt(unsigned index) const in characterAt() function in blink::WordAwareIterator
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.h421 UChar characterAt(unsigned index) const in characterAt() function