Searched refs:m_didLookAhead (Results 1 – 2 of 2) sorted by relevance
357 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd()370 bool m_didLookAhead; variable
1600 : m_didLookAhead(true) // So we consider the first chunk from the text iterator. in WordAwareIterator()1617 if (!m_didLookAhead) { in advance()1621 m_didLookAhead = false; in advance()1644 m_didLookAhead = true; in advance()