Searched refs:loopEndLoc (Results 1 – 1 of 1) sorted by relevance
2751 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local2752 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()2758 U_ASSERT(loopEndLoc <= end+1); in matchStartType()2759 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()2760 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()3056 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local3057 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()3060 loc = loopEndLoc; in minMatchLength()