Searched refs:URX_TYPE (Results 1 – 4 of 4) sorted by relevance
415 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location in doParseActions()787 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()795 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()796 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()797 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()800 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()919 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()928 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()929 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()930 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()[all …]
2801 opType = URX_TYPE(op); in MatchAt()2852 opType = URX_TYPE(op); in MatchAt()3501 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()3548 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()3615 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()3880 opType = URX_TYPE(op); in MatchAt()4163 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()4224 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()4265 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()4379 opType = URX_TYPE(op); in MatchChunkAt()[all …]
252 #define URX_TYPE(x) ((uint32_t)(x) >> 24) macro
694 int32_t type = URX_TYPE(op); in dumpOp()768 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN); in dumpOp()