Lines Matching refs:URX_VAL
788 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
920 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
1067 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
2022 int32_t opValue = URX_VAL(op); in insertOp()
2197 U_ASSERT(URX_VAL(patOp) == 0); // Branch target for JMP should not be set. in handleCloseParen()
2227 int32_t frameVarLocation = URX_VAL(captureOp); in handleCloseParen()
2238 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()
2247 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2257 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2279 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2316 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2737 fRXPat->fInitialChars->add(URX_VAL(op)); in matchStartType()
2747 int32_t sn = URX_VAL(op); in matchStartType()
2761 int32_t sn = URX_VAL(op); in matchStartType()
2784 int32_t sn = URX_VAL(op); in matchStartType()
2798 int32_t sn = URX_VAL(op); in matchStartType()
2816 if (URX_VAL(op) != 0) { in matchStartType()
2833 if (URX_VAL(op) != 0) { in matchStartType()
2851 if (URX_VAL(op) != 0) { in matchStartType()
2867 UChar32 c = URX_VAL(op); in matchStartType()
2908 int32_t jmpDest = URX_VAL(op); in matchStartType()
2944 int32_t jmpDest = URX_VAL(op); in matchStartType()
2961 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
2967 int32_t stringStartIdx = URX_VAL(op); in matchStartType()
2990 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
2996 int32_t stringStartIdx = URX_VAL(op); in matchStartType()
3019 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
3078 int32_t jmpDest = URX_VAL(op); in matchStartType()
3271 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3299 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3313 currentLen += URX_VAL(stringLenOp); in minMatchLength()
3339 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3399 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3552 if (URX_VAL(op) > 0x10000) { in maxMatchLength()
3564 int32_t jmpDest = URX_VAL(op); in maxMatchLength()
3591 int32_t jmpDest = URX_VAL(op); in maxMatchLength()
3609 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()
3637 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()
3646 int32_t loopEndLoc = URX_VAL(fRXPat->fCompiledPat->elementAti(loc+1)); in maxMatchLength()
3798 int32_t operandAddress = URX_VAL(op); in stripNOPs()
3810 int32_t where = URX_VAL(op); in stripNOPs()