Searched refs:characterAt (Results 1 – 15 of 15) sorted by relevance
91 UChar characterAt(unsigned index) const;336 …UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); } in characterAt() function394 UChar characterAt(unsigned index) const;
109 if (len == 1 && (it.characterAt(0) == '\n' || it.isInsideReplacedElement())) { in createRangeFor()
561 UChar TextIterator::characterAt(unsigned index) const in characterAt() function in blink::TextIterator1885 if (isSpaceOrNewline(m_textIterator.characterAt(m_textIterator.length() - 1))) in advance()1894 …tIterator.atEnd() || !m_textIterator.length() || isSpaceOrNewline(m_textIterator.characterAt(0))) { in advance()1918 UChar WordAwareIterator::characterAt(unsigned index) const in characterAt() function in blink::WordAwareIterator1922 return m_textIterator.characterAt(index); in characterAt()
245 if (!(length == 1 && it.characterAt(0) == ' ')) { in findFirstMisspelling()
318 UChar c = charIt.characterAt(0); in appendTrailingWhitespace()
597 if (charIt.characterAt(0) == '\n') { in nextBoundary()
91 … && !toRenderText(m_obj)->isWordBreak() && toRenderText(m_obj)->characterAt(m_pos) == '\n'; in atTextParagraphSeparator()99 UChar characterAt(unsigned) const;405 inline UChar InlineIterator::characterAt(unsigned index) const in characterAt() function410 return toRenderText(m_obj)->characterAt(index); in characterAt()415 return characterAt(m_pos); in current()423 return characterAt(m_pos - 1); in previousInSameNode()
82 UChar characterAt(unsigned) const;222 inline UChar RenderText::characterAt(unsigned i) const in characterAt() function
420 … if (i > 0 && wordLength == 1 && renderer->characterAt(wordMeasurement.startOffset) == ' ') in setLogicalWidthForTextRun()608 … if (!r->m_start && needsWordSpacing && isSpaceOrNewline(rt->characterAt(r->m_start))) in computeInlineDirectionPositionsForSegment()610 needsWordSpacing = !isSpaceOrNewline(rt->characterAt(r->m_stop - 1)); in computeInlineDirectionPositionsForSegment()
389 if (needsWordSpacing && isSpaceOrNewline(rt.characterAt(text->start()))) in placeBoxRangeInInlineDirection()391 needsWordSpacing = !isSpaceOrNewline(rt.characterAt(text->end())); in placeBoxRangeInInlineDirection()
1015 if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) in computePreferredLogicalWidths()
95 UChar currentCharacter = text->characterAt(textPosition); in processRenderSVGInlineText()
494 UChar currentCharacter = text.characterAt(m_visualCharacterOffset); in layoutTextOnLineOrPath()
397 UChar nextChar = nextText->characterAt(0); in shouldSkipWhitespaceAfterStartObject()703 …neBreak.object())->textLength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.off… in handleText()848 UChar c = nextText->characterAt(0); in commitAndUpdateLineBreakIfNeeded()
421 UChar characterAt(unsigned index) const in characterAt() function