Home | History | Annotate | Download | only in common

Lines Matching defs:lastResult

655     int32_t lastResult    = handlePrevious(fData->fReverseTable);
656 if (lastResult == UBRK_DONE) {
657 lastResult = 0;
660 result = lastResult;
673 lastResult = result;
679 // the result position that we are to return (in lastResult.) If
687 utext_setNativeIndex(fText, lastResult);
694 return lastResult;