• Home
  • Raw
  • Download

Lines Matching refs:URX_VAL

808                     appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp));  in doParseActions()
940 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
1087 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
2033 int32_t opValue = URX_VAL(op); in insertOp()
2208 U_ASSERT(URX_VAL(patOp) == 0); // Branch target for JMP should not be set. in handleCloseParen()
2238 int32_t frameVarLocation = URX_VAL(captureOp); in handleCloseParen()
2249 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()
2258 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2268 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2290 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2334 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2772 fRXPat->fInitialChars->add(URX_VAL(op)); in matchStartType()
2782 int32_t sn = URX_VAL(op); in matchStartType()
2796 int32_t sn = URX_VAL(op); in matchStartType()
2819 int32_t sn = URX_VAL(op); in matchStartType()
2833 int32_t sn = URX_VAL(op); in matchStartType()
2851 if (URX_VAL(op) != 0) { in matchStartType()
2868 if (URX_VAL(op) != 0) { in matchStartType()
2886 if (URX_VAL(op) != 0) { in matchStartType()
2902 UChar32 c = URX_VAL(op); in matchStartType()
2943 int32_t jmpDest = URX_VAL(op); in matchStartType()
2979 int32_t jmpDest = URX_VAL(op); in matchStartType()
2996 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
3002 int32_t stringStartIdx = URX_VAL(op); in matchStartType()
3025 int32_t stringLen = URX_VAL(stringLenOp); in matchStartType()
3031 int32_t stringStartIdx = URX_VAL(op); in matchStartType()
3054 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
3113 int32_t jmpDest = URX_VAL(op); in matchStartType()
3303 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3331 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3345 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in minMatchLength()
3371 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3431 int32_t jmpDest = URX_VAL(op); in minMatchLength()
3571 if (URX_VAL(op) > 0x10000) { in maxMatchLength()
3583 int32_t jmpDest = URX_VAL(op); in maxMatchLength()
3610 int32_t jmpDest = URX_VAL(op); in maxMatchLength()
3628 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()
3656 currentLen = safeIncrement(currentLen, URX_VAL(stringLenOp)); in maxMatchLength()
3665 int32_t loopEndLoc = URX_VAL(fRXPat->fCompiledPat->elementAti(loc+1)); in maxMatchLength()
3722 int32_t dataLoc = URX_VAL(op); in maxMatchLength()
3726 … if ((opType == URX_LA_END || opType == URX_LBN_END) && (URX_VAL(op) == dataLoc)) { in maxMatchLength()
3809 int32_t operandAddress = URX_VAL(op); in stripNOPs()
3821 int32_t where = URX_VAL(op); in stripNOPs()