Searched refs:movesIndex (Results 1 – 2 of 2) sorted by relevance
359 int movesIndex =0; in previousNext() local360 while(movesIndex<moves.length()) { in previousNext()361 m=moves.charAt(movesIndex++); in previousNext()376 String history = moves.substring(0,movesIndex); in previousNext()385 String history = moves.substring(0,movesIndex); in previousNext()403 int movesIndex =0; in TestUCharacterIteratorWrapper() local405 while(movesIndex<moves.length()) { in TestUCharacterIteratorWrapper()406 m=moves.charAt(movesIndex++); in TestUCharacterIteratorWrapper()421 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper()430 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper()
1280 int movesIndex =0; in TestPreviousNext() local1281 while(movesIndex<moves.length()) { in TestPreviousNext()1282 m=moves.charAt(movesIndex++); in TestPreviousNext()1297 String history = moves.substring(0,movesIndex); in TestPreviousNext()1306 String history = moves.substring(0,movesIndex); in TestPreviousNext()1364 int movesIndex =0; in TestPreviousNextJCI() local1365 while(movesIndex<moves.length()) { in TestPreviousNextJCI()1366 m=moves.charAt(movesIndex++); in TestPreviousNextJCI()1381 String history = moves.substring(0,movesIndex); in TestPreviousNextJCI()1390 String history = moves.substring(0,movesIndex); in TestPreviousNextJCI()