Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp773 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
916 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
1065 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
1794 if (U16_IS_TRAIL(c) && U16_IS_LEAD(URX_VAL(op))) { in literalChar()
1798 c = U16_GET_SUPPLEMENTARY(URX_VAL(op), c); in literalChar()
1808 fRXPat->fLiteralText.append(URX_VAL(op)); in literalChar()
1897 stringLen = URX_VAL(op); in fixLiterals()
1958 int32_t opValue = URX_VAL(op); in insertOp()
2079 U_ASSERT(URX_VAL(patOp) == 0); // Branch target for JMP should not be set. in handleCloseParen()
2109 int32_t frameVarLocation = URX_VAL(captureOp); in handleCloseParen()
[all …]
Drematch.cpp2816 opValue = URX_VAL(op); in MatchAt()
2898 stringLen = URX_VAL(op); in MatchAt()
3636 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()
3660 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3681 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3712 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3734 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3840 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3951 opValue = URX_VAL(op); in MatchAt()
4155 continueLoc = URX_VAL(continueLoc); in MatchAt()
[all …]
Dregeximp.h249 #define URX_VAL(x) ((x) & 0xffffff) macro
Drepattrn.cpp654 int32_t val = URX_VAL(op); in dumpOp()
723 int32_t length = URX_VAL(lengthOp); in dumpOp()