Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp258 int32_t where = URX_VAL(op); in compile()
757 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
900 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
1049 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
1782 if (U16_IS_TRAIL(c) && U16_IS_LEAD(URX_VAL(op))) { in literalChar()
1786 c = U16_GET_SUPPLEMENTARY(URX_VAL(op), c); in literalChar()
1880 stringLen = URX_VAL(op); in fixLiterals()
1941 int32_t opValue = URX_VAL(op); in insertOp()
2058 U_ASSERT(URX_VAL(patOp) == 0); // Branch target for JMP should not be set. in handleCloseParen()
2088 int32_t frameVarLocation = URX_VAL(captureOp); in handleCloseParen()
[all …]
Drematch.cpp1298 opValue = URX_VAL(op); in MatchAt()
1348 stringLen = URX_VAL(op); in MatchAt()
1898 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()
1922 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
1943 int32_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
1972 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
1994 int32_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
2104 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
2181 opValue = URX_VAL(op); in MatchAt()
2301 continueLoc = URX_VAL(continueLoc); in MatchAt()
[all …]
Dregeximp.h249 #define URX_VAL(x) ((x) & 0xffffff) macro
Drepattrn.cpp443 int32_t val = URX_VAL(op); in dumpOp()
512 int32_t length = URX_VAL(lengthOp); in dumpOp()