Home | History | Annotate | Download | only in text

Lines Matching refs:atEnd

275     if (!m_emptyRun && !m_eor.atEnd()) {
279 if (!endOfLine.atEnd() && endOffset >= endOfLine.offset()) {
312 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
536 while (m_current != end && !m_current.atEnd()) {
558 if (pastEnd && (hardLineBreak || m_current.atEnd())) {
594 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
899 if (!pastEnd && (m_current == end || m_current.atEnd())) {