Lines Matching refs:stringLenOp
2995 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local
2996 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
2997 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()
2998 U_ASSERT(stringLenOp >= 2); in matchStartType()
3024 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local
3025 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
3026 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()
3027 U_ASSERT(stringLenOp >= 2); in matchStartType()
3344 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in minMatchLength() local
3345 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in minMatchLength()
3627 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in maxMatchLength() local
3628 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()
3655 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in maxMatchLength() local
3656 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()