Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/BitSet/
DBSMethods.java193 int historyIndex = 0; in testNextSetBit() local
195 if (x != history[historyIndex++]) in testNextSetBit()
225 int historyIndex = 0; in testNextClearBit() local
227 if (x != history[historyIndex++]) in testNextClearBit()
450 int historyIndex = 0; in testOr() local