Home
last modified time | relevance | path

Searched refs:maxkey (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/unicode/
Dgencodec.py202 maxkey = 0
206 maxkey = 255
217 if mapkey > maxkey:
218 maxkey = mapkey
219 if maxkey > MAX_TABLE_SIZE:
224 for key in range(maxkey + 1):
/external/python/cpython3/Tools/unicode/
Dgencodec.py205 maxkey = 255
219 if mapkey > maxkey:
220 maxkey = mapkey
221 if maxkey > MAX_TABLE_SIZE:
227 for key in range(maxkey + 1):
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DNodeSorter.java471 int maxkey = 2; field in NodeSorter.NodeCompareElem