characterStartingAt  226 Source/core/css/CSSFontFace.cpp         UChar32 c = text.characterStartingAt(index);
characterStartingAt   59 Source/core/css/CSSOMUtils.cpp         UChar32 c = identifier.characterStartingAt(index);
characterStartingAt   87 Source/core/css/CSSOMUtils.cpp         UChar32 c = string.characterStartingAt(index);
characterStartingAt  647 Source/core/editing/VisiblePosition.cpp     return textNode->data().characterStartingAt(offset);
characterStartingAt  199 Source/core/events/KeyboardEvent.cpp     return static_cast<int>(text.characterStartingAt(0));
characterStartingAt 1752 Source/core/rendering/RenderText.cpp         UChar32 character = text.characterStartingAt(current);
characterStartingAt 1781 Source/core/rendering/RenderText.cpp     character = text.characterStartingAt(current);
characterStartingAt 1794 Source/core/rendering/RenderText.cpp         while (current > 0 && ((character = text.characterStartingAt(current - 1)) >= HANGUL_CHOSEONG_START) && (character <= HANGUL_SYLLABLE_END) && ((character <= HANGUL_JONGSEONG_END) || (character >= HANGUL_SYLLABLE_START))) {
characterStartingAt  321 Source/wtf/text/StringImpl.h     UChar32 characterStartingAt(unsigned);
characterStartingAt  287 Source/wtf/text/WTFString.cpp     return m_impl->characterStartingAt(i);
characterStartingAt  265 Source/wtf/text/WTFString.h     UChar32 characterStartingAt(unsigned) const;