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

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSorter.java150 if (kIndex < maxkey)
213 if (kIndex < maxkey)
467 /** This maxkey value was chosen arbitrarily. We are assuming that the
468 // maxkey + 1 keys will only hit fairly rarely and therefore, we
471 int maxkey = 2; field in class:NodeSorter.NodeCompareElem
545 while (kIndex <= m_keys.size() && kIndex < maxkey)

Completed in 155 milliseconds