Searched refs:loopEndLoc (Results 1 – 1 of 1) sorted by relevance
3009 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local3010 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()3016 U_ASSERT(loopEndLoc <= end+1); in matchStartType()3017 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()3018 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()3328 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local3329 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()3332 loc = loopEndLoc; in minMatchLength()3636 int32_t loopEndLoc = URX_VAL(fRXPat->fCompiledPat->elementAti(loc+1)); in maxMatchLength() local3637 if (loopEndLoc == loc+4) { in maxMatchLength()[all …]