characterAt 105 Source/core/editing/PlainTextRange.cpp if (len == 1 && it.characterAt(0) == '\n') { characterAt 245 Source/core/editing/TextCheckingHelper.cpp if (!(length == 1 && it.characterAt(0) == ' ')) { characterAt 1683 Source/core/editing/TextIterator.cpp if (isSpaceOrNewline(m_textIterator.characterAt(m_textIterator.length() - 1))) characterAt 1692 Source/core/editing/TextIterator.cpp if (m_textIterator.atEnd() || !m_textIterator.length() || isSpaceOrNewline(m_textIterator.characterAt(0))) { characterAt 1721 Source/core/editing/TextIterator.cpp return m_textIterator.characterAt(index); characterAt 87 Source/core/editing/TextIterator.h UChar characterAt(unsigned index) const; characterAt 308 Source/core/editing/TextIterator.h UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); } characterAt 356 Source/core/editing/TextIterator.h UChar characterAt(unsigned index) const; characterAt 302 Source/core/editing/VisibleSelection.cpp UChar c = charIt.characterAt(0); characterAt 601 Source/core/editing/VisibleUnits.cpp if (charIt.characterAt(0) == '\n') { characterAt 386 Source/core/rendering/InlineFlowBox.cpp if (needsWordSpacing && isSpaceOrNewline(rt.characterAt(text->start()))) characterAt 388 Source/core/rendering/InlineFlowBox.cpp needsWordSpacing = !isSpaceOrNewline(rt.characterAt(text->end())); characterAt 90 Source/core/rendering/InlineIterator.h && !toRenderText(m_obj)->isWordBreak() && toRenderText(m_obj)->characterAt(m_pos) == '\n'; characterAt 98 Source/core/rendering/InlineIterator.h UChar characterAt(unsigned) const; characterAt 404 Source/core/rendering/InlineIterator.h inline UChar InlineIterator::characterAt(unsigned index) const characterAt 409 Source/core/rendering/InlineIterator.h return toRenderText(m_obj)->characterAt(index); characterAt 414 Source/core/rendering/InlineIterator.h return characterAt(m_pos); characterAt 422 Source/core/rendering/InlineIterator.h return characterAt(m_pos - 1); characterAt 472 Source/core/rendering/RenderBlockLineLayout.cpp if (i > 0 && wordLength == 1 && renderer->characterAt(wordMeasurement.startOffset) == ' ') characterAt 667 Source/core/rendering/RenderBlockLineLayout.cpp if (!r->m_start && needsWordSpacing && isSpaceOrNewline(rt->characterAt(r->m_start))) characterAt 669 Source/core/rendering/RenderBlockLineLayout.cpp needsWordSpacing = !isSpaceOrNewline(rt->characterAt(r->m_stop - 1)) && r->m_stop == length; characterAt 1024 Source/core/rendering/RenderText.cpp if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) characterAt 81 Source/core/rendering/RenderText.h UChar characterAt(unsigned) const; characterAt 220 Source/core/rendering/RenderText.h inline UChar RenderText::characterAt(unsigned i) const characterAt 405 Source/core/rendering/line/BreakingContextInlineHeaders.h UChar nextChar = nextText->characterAt(0); characterAt 706 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_lineBreak.object() && m_lineBreak.offset() && m_lineBreak.object()->isText() && toRenderText(m_lineBreak.object())->textLength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.offset() - 1) == softHyphen) characterAt 845 Source/core/rendering/line/BreakingContextInlineHeaders.h UChar c = nextText->characterAt(0); characterAt 95 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp UChar currentCharacter = text->characterAt(textPosition); characterAt 496 Source/core/rendering/svg/SVGTextLayoutEngine.cpp UChar currentCharacter = text->characterAt(m_visualCharacterOffset); characterAt 432 Source/wtf/text/WTFString.h UChar characterAt(unsigned index) const