Searched refs:m_last (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMAxisIterNodeList.java64 private int m_last = -1; field in class:DTMAxisIterNodeList
76 m_last = 0;
114 } else if (m_last == -1) {
121 m_last = count;
135 if (m_last == -1) {
140 m_last = m_cachedNodes.size();
142 return m_last;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEncodingInfo.java45 * <code>m_last</code>). It will handle a certain range of values
50 * <code>m_explLast < value <= m_last</code>, but delgating to <code>m_after</code>
192 m_last,
239 m_last,
265 * m_first through m_last is the range of unicode
279 final private int m_last; field in class:EncodingInfo.EncodingImpl
326 m_last = last;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java45 protected int m_last = -1; field in class:NodeSequence
192 m_last = ((DTMIterator)nodeVector).getLength();
205 m_last = 0;
334 else if(cacheComplete() || (-1 != m_last) || (null == m_iter))
371 m_last = m_next;
587 m_last = vec.size();
611 // m_last will not reflect the size of the nodeset if
618 if(-1 == m_last)
624 return m_last;
628 return (-1 == m_last)
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSetForDOM.java73 m_last=nsdtm.getLength();
87 m_last=nsdtm.getLength();
H A DXNodeSet.java63 m_last = nodeSet.m_last;
86 m_last = val.m_last;
116 m_last = 1;
119 m_last = 0;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java1214 transient private int m_last = 0; field in class:NodeSetDTM
1218 return m_last;
1223 m_last = last;
H A DNodeSet.java812 transient private int m_last = 0; field in class:NodeSet
816 return m_last;
821 m_last = last;

Completed in 252 milliseconds