HomeSort by relevance Sort by last modified time
    Searched refs:m_foundLast (Results 1 - 11 of 11) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
SelfIteratorNoPredicate.java 75 if (m_foundLast)
93 m_foundLast = true;
ChildIterator.java 86 if(m_foundLast)
103 m_foundLast = true;
ReverseAxesWalker.java 76 if (m_foundLast)
85 this.m_foundLast = true;
BasicTestIterator.java 135 if(m_foundLast)
191 m_foundLast = true;
LocPathIterator.java 373 m_foundLast = false;
523 if (m_foundLast)
772 m_foundLast = true;
799 if (m_foundLast || ((index >= 0) && (index <= getCurrentPos())))
825 return m_foundLast;
FilterExprIteratorSimple.java 150 if(m_foundLast)
170 m_foundLast = true;
AxesWalker.java 223 m_foundLast = false;
322 if (m_foundLast)
339 this.m_foundLast = true;
DescendantIterator.java 174 if(m_foundLast)
239 m_foundLast = true;
MatchPatternIterator.java 205 if(m_foundLast)
262 m_foundLast = true;
PredicatedNodeTest.java 382 // We can't set m_foundLast = true unless we're sure that -all-
384 // only sets m_foundLast if on the last predicate
387 m_foundLast = true;
593 transient protected boolean m_foundLast = false;
UnionPathIterator.java 384 if(m_foundLast)
435 m_foundLast = true;

Completed in 101 milliseconds