Searched defs:atEnd (Results 1 - 11 of 11) sorted by relevance

/external/v8/tools/
H A Dconsarray.js64 ConsArray.prototype.atEnd = function() {
/external/apache-http/src/org/apache/http/message/
H A DParserCursor.java86 public boolean atEnd() { method in class:ParserCursor
/external/webkit/WebCore/dom/
H A DPositionIterator.cpp111 bool PositionIterator::atEnd() const function in class:WebCore::PositionIterator
/external/chromium/third_party/icu/source/common/
H A Druleiter.cpp31 UBool RuleCharacterIterator::atEnd() const { function in class:RuleCharacterIterator
/external/icu4c/common/
H A Druleiter.cpp31 UBool RuleCharacterIterator::atEnd() const { function in class:RuleCharacterIterator
/external/webkit/WebCore/rendering/
H A DInlineIterator.h53 bool atEnd() const;
200 inline bool InlineIterator::atEnd() const function in class:WebCore::InlineIterator
237 if (!emptyRun && !eor.atEnd()) {
/external/webkit/WebCore/editing/
H A DInsertParagraphSeparatorCommand.cpp325 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length(); local
326 if (insertionPosition.deprecatedEditingOffset() > 0 && !atEnd) {
H A DTextIterator.h76 bool atEnd() const { return !m_positionNode; } function in class:WebCore::TextIterator
160 bool atEnd() const { return !m_positionNode; } function in class:WebCore::SimplifiedBackwardsTextIterator
218 bool atEnd() const { return m_textIterator.atEnd(); } function in class:WebCore::CharacterIterator
242 bool atEnd() const { return m_textIterator.atEnd(); } function in class:WebCore::BackwardsCharacterIterator
261 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } function in class:WebCore::WordAwareIterator
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java454 public boolean atEnd() { method in class:TextFormat.Tokenizer
854 while (!tokenizer.atEnd()) {
945 if (tokenizer.atEnd()) {
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.cpp60 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } function in class:WebCore::TextRunIterator
62 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
/external/webkit/WebKit/android/nav/
H A DSelectText.cpp78 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } function in class:WebCore::TextRunIterator
80 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }

Completed in 699 milliseconds