Searched refs:completedRule (Results 1 – 3 of 3) sorted by relevance
1357 int completedRule = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handleNext() local1358 if (completedRule > 0) { in handleNext()1360 int lookaheadResult = fLookAheadMatches.getPosition(completedRule); in handleNext()1512 int completedRule = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handlePrevious() local1513 if (completedRule > 0) { in handlePrevious()1515 int lookaheadResult = fLookAheadMatches.getPosition(completedRule); in handlePrevious()
1337 int completedRule = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handleNext() local1338 if (completedRule > 0) { in handleNext()1340 int lookaheadResult = fLookAheadMatches.getPosition(completedRule); in handleNext()1492 int completedRule = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handlePrevious() local1493 if (completedRule > 0) { in handlePrevious()1495 int lookaheadResult = fLookAheadMatches.getPosition(completedRule); in handlePrevious()
1150 int16_t completedRule = row->fAccepting; in handleNext() local1151 if (completedRule > 0) { in handleNext()1153 int32_t lookaheadResult = lookAheadMatches.getPosition(completedRule); in handleNext()1342 int16_t completedRule = row->fAccepting; in handlePrevious() local1343 if (completedRule > 0) { in handlePrevious()1345 int32_t lookaheadResult = lookAheadMatches.getPosition(completedRule); in handlePrevious()