Lines Matching refs:stringLenOp
2693 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local
2694 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
2695 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()
2696 U_ASSERT(stringLenOp >= 2); in matchStartType()
2722 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local
2723 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
2724 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()
2725 U_ASSERT(stringLenOp >= 2); in matchStartType()
3042 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in minMatchLength() local
3043 currentLen += URX_VAL(stringLenOp); in minMatchLength()
3314 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in maxMatchLength() local
3315 currentLen += URX_VAL(stringLenOp); in maxMatchLength()