Searched refs:NUM_CHAR_VALUES (Results 1 – 1 of 1) sorted by relevance
1491 int[] count = new int[NUM_CHAR_VALUES]; in sort()1496 for (int i = NUM_CHAR_VALUES, k = right + 1; k > left; ) { in sort()1511 private static final int NUM_CHAR_VALUES = 1 << 16; field in DualPivotQuicksort