Lines Matching refs:loopEndLoc
3029 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local
3030 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
3036 U_ASSERT(loopEndLoc <= end+1); in matchStartType()
3037 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()
3038 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()
3349 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local
3350 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3353 loc = loopEndLoc; in minMatchLength()
3645 int32_t loopEndLoc = URX_VAL(fRXPat->fCompiledPat->elementAti(loc+1)); in maxMatchLength() local
3646 if (loopEndLoc == loc+4) { in maxMatchLength()
3649 loc = loopEndLoc; in maxMatchLength()
3660 U_ASSERT(loopEndLoc >= loc+4); in maxMatchLength()
3661 int64_t blockLen = maxMatchLength(loc+4, loopEndLoc-1); // Recursive call. in maxMatchLength()
3668 loc = loopEndLoc; in maxMatchLength()