Lines Matching refs:URX_VAL
789 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
921 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
1068 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
2023 int32_t opValue = URX_VAL(op); in insertOp()
2198 U_ASSERT(URX_VAL(patOp) == 0); // Branch target for JMP should not be set. in handleCloseParen()
2228 int32_t frameVarLocation = URX_VAL(captureOp); in handleCloseParen()
2239 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()
2248 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2258 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2280 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2317 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2748 fRXPat->fInitialChars->add(URX_VAL(op)); in matchStartType()
2758 int32_t sn = URX_VAL(op); in matchStartType()
2772 int32_t sn = URX_VAL(op); in matchStartType()
2795 int32_t sn = URX_VAL(op); in matchStartType()
2809 int32_t sn = URX_VAL(op); in matchStartType()
2827 if (URX_VAL(op) != 0) { in matchStartType()
2844 if (URX_VAL(op) != 0) { in matchStartType()
2862 if (URX_VAL(op) != 0) { in matchStartType()
2878 UChar32 c = URX_VAL(op); in matchStartType()
2919 int32_t jmpDest = URX_VAL(op); in matchStartType()
2955 int32_t jmpDest = URX_VAL(op); in matchStartType()
2972 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
2978 int32_t stringStartIdx = URX_VAL(op); in matchStartType()
3001 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
3007 int32_t stringStartIdx = URX_VAL(op); in matchStartType()
3030 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
3089 int32_t jmpDest = URX_VAL(op); in matchStartType()
3282 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3310 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3324 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in minMatchLength()
3350 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3410 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3551 if (URX_VAL(op) > 0x10000) { in maxMatchLength()
3563 int32_t jmpDest = URX_VAL(op); in maxMatchLength()
3590 int32_t jmpDest = URX_VAL(op); in maxMatchLength()
3608 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()
3636 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()
3645 int32_t loopEndLoc = URX_VAL(fRXPat->fCompiledPat->elementAti(loc+1)); in maxMatchLength()
3797 int32_t operandAddress = URX_VAL(op); in stripNOPs()
3809 int32_t where = URX_VAL(op); in stripNOPs()