Lines Matching refs:loopEndLoc
3053 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local
3054 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
3060 U_ASSERT(loopEndLoc <= end+1); in matchStartType()
3061 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()
3062 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()
3370 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local
3371 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3374 loc = loopEndLoc; in minMatchLength()
3665 int32_t loopEndLoc = URX_VAL(fRXPat->fCompiledPat->elementAti(loc+1)); in maxMatchLength() local
3666 if (loopEndLoc == loc+4) { in maxMatchLength()
3669 loc = loopEndLoc; in maxMatchLength()
3680 U_ASSERT(loopEndLoc >= loc+4); in maxMatchLength()
3681 int64_t blockLen = maxMatchLength(loc+4, loopEndLoc-1); // Recursive call. in maxMatchLength()
3688 loc = loopEndLoc; in maxMatchLength()