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.h218 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.h319 …UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); } in characterAt() function
DTextIterator.cpp547 UChar TextIterator::characterAt(unsigned index) const in characterAt() function in WebCore::TextIterator
1728 UChar WordAwareIterator::characterAt(unsigned index) const in characterAt() function in WebCore::WordAwareIterator
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.h433 UChar characterAt(unsigned index) const in characterAt() function