Searched refs:m_didLookAhead (Results 1 – 2 of 2) sorted by relevance
364 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd()374 bool m_didLookAhead; variable
1660 : m_didLookAhead(true) // So we consider the first chunk from the text iterator. in WordAwareIterator()1677 if (!m_didLookAhead) { in advance()1681 m_didLookAhead = false; in advance()1704 m_didLookAhead = true; in advance()