Searched refs:stringLenOp (Results 1 – 1 of 1) sorted by relevance
2951 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local2952 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()2953 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()2954 U_ASSERT(stringLenOp >= 2); in matchStartType()2980 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local2981 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()2982 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()2983 U_ASSERT(stringLenOp >= 2); in matchStartType()3302 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in minMatchLength() local3303 currentLen += URX_VAL(stringLenOp); in minMatchLength()[all …]