Searched refs:m_eor (Results 1 – 2 of 2) sorted by relevance
249 Iterator m_eor; // Points to the last character in the current run. variable293 if (!m_emptyRun && !m_eor.atEnd()) { in appendRun()295 unsigned endOffset = m_eor.offset(); in appendRun()305 m_eor.increment(); in appendRun()306 m_sor = m_eor; in appendRun()330 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd()); in checkDirectionInLowerRaiseEmbeddingLevel()347 if (!m_emptyRun && m_eor != m_last) { in lowerExplicitEmbeddingLevel()368 m_eor = m_last; in lowerExplicitEmbeddingLevel()377 m_eor = Iterator(); in lowerExplicitEmbeddingLevel()385 if (!m_emptyRun && m_eor != m_last) { in raiseExplicitEmbeddingLevel()[all …]
617 if (!m_emptyRun && !m_eor.atEnd() && !m_reachedEndOfLine) { in appendRun()624 while (obj && obj != m_eor.object() && obj != m_endOfRunAtEndOfLine.object()) { in appendRun()635 unsigned pos = obj == m_eor.object() ? m_eor.m_pos : INT_MAX; in appendRun()652 m_eor.moveTo(bidiNextSkippingEmptyInlines(m_eor.root(), m_eor.object()), 0); in appendRun()654 m_eor.increment(); in appendRun()655 m_sor = m_eor; in appendRun()