Home | History | Annotate | Download | only in coll

Lines Matching refs:sIndex

682      * Java returns a negative result (use the '~' operator) if sIndex is to be incremented.
683 * C++ modifies sIndex.
685 private static long nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) {
696 if(sIndex != s16.length()) {
699 int nextIndex = sIndex;