Searched refs:stringLenOp (Results 1 – 1 of 1) sorted by relevance
2656 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local2657 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()2658 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()2659 U_ASSERT(stringLenOp >= 2); in matchStartType()2685 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in matchStartType() local2686 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()2687 U_ASSERT(URX_TYPE(stringLenOp) == URX_STRING_LEN); in matchStartType()2688 U_ASSERT(stringLenOp >= 2); in matchStartType()3010 int32_t stringLenOp = (int32_t)fRXPat->fCompiledPat->elementAti(loc); in minMatchLength() local3011 currentLen += URX_VAL(stringLenOp); in minMatchLength()[all …]