OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxkey
(Results
1 - 2
of
2
) 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/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 29 milliseconds