HomeSort by relevance Sort by last modified time
    Searched defs:maxkey (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 150 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)
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 421 milliseconds