Lines Matching refs:stringLenOp
2960 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local
2961 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
2962 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()
2963 U_ASSERT(stringLenOp >= 2); in matchStartType()
2989 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local
2990 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
2991 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()
2992 U_ASSERT(stringLenOp >= 2); in matchStartType()
3312 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in minMatchLength() local
3313 currentLen += URX_VAL(stringLenOp); in minMatchLength()
3608 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in maxMatchLength() local
3609 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()
3636 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in maxMatchLength() local
3637 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()