Home
last modified time | relevance | path

Searched refs:URX_VAL (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp785 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
917 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
1064 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
2018 int32_t opValue = URX_VAL(op); in insertOp()
2193 U_ASSERT(URX_VAL(patOp) == 0); // Branch target for JMP should not be set. in handleCloseParen()
2223 int32_t frameVarLocation = URX_VAL(captureOp); in handleCloseParen()
2234 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()
2243 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2253 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
2275 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()
[all …]
Drematch.cpp2801 opValue = URX_VAL(op); in MatchAt()
2852 int32_t stringLen = URX_VAL(op); in MatchAt()
3501 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()
3525 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3548 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3560 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3583 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3608 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3631 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3783 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
[all …]
Dregeximp.h251 #define URX_VAL(x) ((x) & 0xffffff) macro
Drepattrn.cpp690 int32_t val = URX_VAL(op); in dumpOp()
762 int32_t length = URX_VAL(lengthOp); in dumpOp()