Searched refs:stringLenOp (Results 1 – 1 of 1) sorted by relevance
2971 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local2972 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()2973 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()2974 U_ASSERT(stringLenOp >= 2); in matchStartType()3000 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local3001 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()3002 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()3003 U_ASSERT(stringLenOp >= 2); in matchStartType()3323 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in minMatchLength() local3324 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in minMatchLength()[all …]