Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp788 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()
[all …]
Drematch.cpp2802 opValue = URX_VAL(op); in MatchAt()
2853 int32_t stringLen = URX_VAL(op); in MatchAt()
3502 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()
3526 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3549 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3561 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3584 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3609 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3632 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3784 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
[all …]
Dregeximp.h253 #define URX_VAL(x) ((x) & 0xffffff) macro
Drepattrn.cpp693 int32_t val = URX_VAL(op); in dumpOp()
769 int32_t length = URX_VAL(lengthOp); in dumpOp()