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

  /libcore/luni/src/main/java/org/apache/xalan/transformer/
Counter.java 32 * This class stores a cache of counted nodes (m_countNodes).
41 * Set the maximum ammount the m_countNodes list can
47 * The start count from where m_countNodes counts
49 * in the m_countNodes vector is node position +
57 NodeSetDTM m_countNodes;
62 * found in the m_countNodes vector.
88 m_countNodes = countNodes;
116 int n = m_countNodes.size();
122 int countedNode = m_countNodes.elementAt(i);
153 int size = m_countNodes.size()
    [all...]
CountersTable.java 155 // the backwards list (m_newFound) to the forwards list (counter.m_countNodes).
172 int cacheLen = counter.m_countNodes.size();
175 && (counter.m_countNodes.elementAt(cacheLen
181 appendBtoFList(counter.m_countNodes, m_newFound);
201 appendBtoFList(counter.m_countNodes, m_newFound);

Completed in 82 milliseconds