Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp808 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()
[all …]
Drematch.cpp2800 opValue = URX_VAL(op); in MatchAt()
2851 int32_t stringLen = URX_VAL(op); in MatchAt()
3500 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()
3524 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3547 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3559 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3589 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3614 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3642 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3794 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
[all …]
Dregeximp.h253 #define URX_VAL(x) ((x) & 0xffffff) macro
Drepattrn.cpp708 int32_t val = URX_VAL(op); in dumpOp()
784 int32_t length = URX_VAL(lengthOp); in dumpOp()