Searched defs:atEnd (Results 1 – 10 of 10) sorted by relevance
76 bool atEnd() const { return !m_positionNode; } in atEnd() function160 bool atEnd() const { return !m_positionNode; } in atEnd() function218 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function242 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function261 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd() function
270 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length(); in doApply() local
64 ConsArray.prototype.atEnd = function() { method in ConsArray
111 bool PositionIterator::atEnd() const in atEnd() function in WebCore::PositionIterator
86 public boolean atEnd() { in atEnd() method in ParserCursor
80 {
31 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
60 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
227 bool atEnd() in atEnd() function in JSC::Yarr::Interpreter::InputStream251 bool atEnd(int position) in atEnd() function in JSC::Yarr::Interpreter::InputStream
319 inline bool InlineIterator::atEnd() const in atEnd() function in WebCore::InlineIterator