Lines Matching refs:oldRightI
336 Int oldLeftI, oldRightI, newLeftI, newRightI;
343 oldRightI = rightEndIndex;
350 oldRightI = rightEndIndex+1;
364 newRightI = oldRightI;
372 //update oldRightI if necessary
376 oldRightI = k;
380 break; //the for-loop. below right(k-1) is seperated: oldLeftI, oldRightI.
425 oldRightI = newRightI;
452 oldRightI = newRightI;
456 //now oldLeftI and oldRightI are the desired separeator index, notice that there are not necessarily valid
457 if(oldLeftI > leftEndIndex || oldRightI > rightEndIndex)
462 ret_sep_right = oldRightI;