Home
last modified time | relevance | path

Searched defs:BIG_DEPTH (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Arrays/
DSortingHelper.java340 (char[]) a, BIG_DEPTH, 0, ((char[]) a).length); in sort() local
343 (short[]) a, BIG_DEPTH, 0, ((short[]) a).length); in sort() local
398 (char[]) a, BIG_DEPTH, low, high); in sort() local
401 (short[]) a, BIG_DEPTH, low, high); in sort() local
578 private static final int BIG_DEPTH = 64 * (3 << 1); field in SortingHelper