Home
last modified time | relevance | path

Searched refs:atEnd (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/V8Binding/v8/test/mjsunit/tools/
Dconsarray.js33 assertTrue(arr1.atEnd());
36 assertTrue(arr1.atEnd());
39 assertFalse(arr1.atEnd());
41 assertTrue(arr1.atEnd());
48 assertFalse(arr1.atEnd());
50 assertFalse(arr1.atEnd());
52 assertFalse(arr1.atEnd());
54 assertFalse(arr1.atEnd());
56 assertFalse(arr1.atEnd());
58 assertFalse(arr1.atEnd());
[all …]
/external/webkit/WebCore/editing/
DTextIterator.h76 bool atEnd() const { return !m_positionNode; } in atEnd() function
160 bool atEnd() const { return !m_positionNode; } in atEnd() function
218 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
242 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
261 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd() function
DTextIterator.cpp1132 while (!atEnd() && m_textIterator.length() == 0) in CharacterIterator()
1139 if (!m_textIterator.atEnd()) { in range()
1177 for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) { in advance()
1204 while (numChars > 0 && !atEnd()) { in string()
1240 while (!atEnd() && !m_textIterator.length()) in BackwardsCharacterIterator()
1247 if (!m_textIterator.atEnd()) { in range()
1282 for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) { in advance()
1334 ASSERT(!m_textIterator.atEnd()); in advance()
1340 while (!m_textIterator.atEnd() && m_textIterator.length() == 0) in advance()
1344 if (m_textIterator.atEnd()) in advance()
[all …]
DInsertParagraphSeparatorCommand.cpp270 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length(); in doApply() local
271 if (insertionPosition.deprecatedEditingOffset() > 0 && !atEnd) { in doApply()
Dvisible_units.cpp104 while (!forwardsIterator.atEnd()) { in previousBoundary()
127 while (!it.atEnd()) { in previousBoundary()
149 if (it.atEnd() && next == 0) { in previousBoundary()
195 while (!backwardsIterator.atEnd()) { in nextBoundary()
213 while (!it.atEnd()) { in nextBoundary()
236 if (it.atEnd() && next == string.size()) { in nextBoundary()
/external/apache-http/src/org/apache/http/message/
DBasicHeaderElementIterator.java107 if (this.cursor == null || this.cursor.atEnd()) { in parseNextElement()
114 while (!this.cursor.atEnd()) { in parseNextElement()
123 if (this.cursor.atEnd()) { in parseNextElement()
DBasicHeaderValueParser.java124 while (!cursor.atEnd()) { in parseElements()
176 if (!cursor.atEnd()) { in parseHeaderElement()
252 if (cursor.atEnd()) { in parseParameters()
257 while (!cursor.atEnd()) { in parseParameters()
DParserCursor.java86 public boolean atEnd() { in atEnd() method in ParserCursor
/external/webkit/WebKit/qt/Plugins/
DICOHandler.cpp141 if ( stream.atEnd() || header.biSize != BMP_INFOHDR::Size || in loadFromDIB()
182 for ( unsigned y = rec.height; !stream.atEnd() && y--; ) in loadFromDIB()
257 if ( stream.atEnd() || !header.count || in read()
288 if ( stream.atEnd() ) in read()
301 if ( stream.atEnd() || selected == icons.end() || in read()
/external/webkit/WebCore/platform/text/
DBidiResolver.h281 if (!emptyRun && !eor.atEnd()) { in appendRun()
285 if (!endOfLine.atEnd() && endOffset >= endOfLine.offset()) { in appendRun()
316 ASSERT(m_status.eor != OtherNeutral || eor.atEnd()); in lowerExplicitEmbeddingLevel()
362 ASSERT(m_status.eor != OtherNeutral || eor.atEnd()); in raiseExplicitEmbeddingLevel()
532 if (pastEnd && (hardLineBreak || current.atEnd())) { in createBidiRunsForLine()
558 ASSERT(m_status.eor != OtherNeutral || eor.atEnd()); in createBidiRunsForLine()
904 if (!pastEnd && (current == end || current.atEnd())) { in createBidiRunsForLine()
/external/webkit/WebKit/mac/WebView/
DWebTextIterator.mm79 - (BOOL)atEnd
81 return _private->_textIterator->atEnd();
DWebTextIterator.h57 - (BOOL)atEnd;
/external/webkit/WebCore/dom/
DPositionIterator.h61 bool atEnd() const;
DPositionIterator.cpp111 bool PositionIterator::atEnd() const in atEnd() function in WebCore::PositionIterator
DXMLTokenizerQt.cpp374 while (!stream.atEnd()) { in parseAttributes()
422 while (!m_parserStopped && !m_parserPaused && !m_stream.atEnd()) { in parse()
/external/webkit/V8Binding/v8/tools/
Dconsarray.js64 ConsArray.prototype.atEnd = function() { method in ConsArray
Dprofile_view.js144 while (!nodesToTraverse.atEnd()) {
/external/icu4c/common/
Druleiter.h108 UBool atEnd() const;
Druleiter.cpp31 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/external/apache-http/src/org/apache/http/impl/cookie/
DNetscapeDraftHeaderParser.java69 while (!cursor.atEnd()) { in parseHeader()
/external/webkit/WebCore/rendering/
DRenderBlockLineLayout.cpp73 bool atEnd() const;
319 inline bool InlineIterator::atEnd() const in atEnd() function in WebCore::InlineIterator
373 while (!currpoint.atEnd() && currpoint != startpoint && currpoint != lBreak) in checkMidpoints()
452 if (!emptyRun && !eor.atEnd()) { in appendRun()
1052 while (!end.atEnd()) { in layoutInlineChildren()
1063 if (resolver.position().atEnd()) { in layoutInlineChildren()
1133 …HorizontalPositionsForLine(lineBox, firstLine, resolver.firstRun(), trailingSpaceRun, end.atEnd()); in layoutInlineChildren()
1563 while (!it.atEnd() && !requiresLineBox(it, isLineEmpty, previousLineBrokeCleanly)) in generatesLineBoxesForInlineChild()
1566 return !it.atEnd(); in generatesLineBoxesForInlineChild()
1577 while (!iterator.atEnd() && !requiresLineBox(iterator, isLineEmpty, previousLineBrokeCleanly)) { in skipTrailingWhitespace()
[all …]
/external/webkit/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp269 QVERIFY(!load.atEnd()); in serialize_3()
284 QVERIFY(load.atEnd()); in serialize_3()
/external/webkit/JavaScriptCore/yarr/
DRegexInterpreter.cpp227 bool atEnd() in atEnd() function in JSC::Yarr::Interpreter::InputStream
251 bool atEnd(int position) in atEnd() function in JSC::Yarr::Interpreter::InputStream
285 if (input.atEnd()) in tryConsumeCharacter()
310 if (input.atEnd()) in tryConsumeCharacterClass()
356 …return (input.atEnd(term.inputPosition)) || (pattern->m_multiline && testCharacterClass(pattern->n… in matchAssertionEOL()
358 …return (input.atEnd()) || (pattern->m_multiline && testCharacterClass(pattern->newlineCharacterCla… in matchAssertionEOL()
366 …readIsWordchar = !input.atEnd(term.inputPosition) && testCharacterClass(pattern->wordcharCharacter… in matchAssertionWordBoundary()
368 …readIsWordchar = !input.atEnd() && testCharacterClass(pattern->wordcharCharacterClass, input.read(… in matchAssertionWordBoundary()
1126 if (input.atEnd()) in matchDisjunction()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.cpp60 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
62 …WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Uni… in direction()
/external/webkit/WebCore/accessibility/
DAccessibilityObject.cpp373 for (TextIterator it(range.get()); !it.atEnd(); it.advance()) { in stringForVisiblePositionRange()
401 for (TextIterator it(range.get()); !it.atEnd(); it.advance()) { in lengthForVisiblePositionRange()

12