Searched refs:loopEndLoc (Results 1 – 2 of 2) sorted by relevance
2720 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local2721 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()2727 U_ASSERT(loopEndLoc <= end+1); in matchStartType()2728 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()2729 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()3036 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local3037 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()3040 loc = loopEndLoc; in minMatchLength()
2748 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local2749 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()2755 U_ASSERT(loopEndLoc <= end+1); in matchStartType()2756 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()2757 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()3053 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local3054 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()3057 loc = loopEndLoc; in minMatchLength()