Searched refs:m_foundLast (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DChildIterator.java88 if(m_foundLast)
105 m_foundLast = true;
H A DSelfIteratorNoPredicate.java77 if (m_foundLast)
96 m_foundLast = true;
H A DBasicTestIterator.java137 if(m_foundLast)
193 m_foundLast = true;
H A DReverseAxesWalker.java78 if (m_foundLast)
87 this.m_foundLast = true;
H A DLocPathIterator.java375 m_foundLast = false;
525 if (m_foundLast)
774 m_foundLast = true;
801 if (m_foundLast || ((index >= 0) && (index <= getCurrentPos())))
827 return m_foundLast;
H A DFilterExprIteratorSimple.java152 if(m_foundLast)
172 m_foundLast = true;
H A DAxesWalker.java225 m_foundLast = false;
324 if (m_foundLast)
341 this.m_foundLast = true;
H A DDescendantIterator.java177 if(m_foundLast)
242 m_foundLast = true;
H A DMatchPatternIterator.java207 if(m_foundLast)
264 m_foundLast = true;
H A DWalkingIterator.java173 if(m_foundLast)
H A DPredicatedNodeTest.java384 // We can't set m_foundLast = true unless we're sure that -all-
386 // only sets m_foundLast if on the last predicate
389 m_foundLast = true;
595 transient protected boolean m_foundLast = false; field in class:PredicatedNodeTest
H A DUnionPathIterator.java386 if(m_foundLast)
437 m_foundLast = true;

Completed in 67 milliseconds