Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DBitSet.java1383 private int nextSetBit(int fromIndex, int toWordIndex) { in nextSetBit() argument
1386 if (u > toWordIndex) in nextSetBit()
1395 if (++u > toWordIndex) in nextSetBit()