Lines Matching refs:handlePrevious
637 // set things up. handlePrevious() will back us up to some valid
639 // iterator up one step to prevent handlePrevious() from returning
646 lastResult = handlePrevious();
648 //it might be better to check if handlePrevious() give us closer
649 //safe value but handlePrevious() is slow too
775 // otherwise, we have to sync up first. Use handlePrevious() to back
784 result = handlePrevious();
786 //it might be better to check if handlePrevious() give us closer
787 //safe value but handlePrevious() is slow too
977 protected int handlePrevious() {