Searched refs:URX_TYPE (Results 1 – 4 of 4) sorted by relevance
406 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location in doParseActions()771 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()782 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()783 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()784 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()787 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()914 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()925 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()926 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()927 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()[all …]
2815 opType = URX_TYPE(op); in MatchAt()2857 … if (URX_LOOP_C == URX_TYPE(pat[prevFrame->fPatIdx]) && fp->fInputIdx <= prevFrame->fInputIdx) { in MatchAt()2897 opType = URX_TYPE(op); in MatchAt()2932 … if (URX_LOOP_C == URX_TYPE(pat[prevFrame->fPatIdx]) && fp->fInputIdx <= prevFrame->fInputIdx) { in MatchAt()3353 … if (URX_LOOP_C == URX_TYPE(pat[prevFrame->fPatIdx]) && fp->fInputIdx <= prevFrame->fInputIdx) { in MatchAt()3424 … if (URX_LOOP_C == URX_TYPE(pat[prevFrame->fPatIdx]) && fp->fInputIdx <= prevFrame->fInputIdx) { in MatchAt()3494 … if (URX_LOOP_C == URX_TYPE(pat[prevFrame->fPatIdx]) && fp->fInputIdx <= prevFrame->fInputIdx) { in MatchAt()3635 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()3680 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()3733 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()[all …]
248 #define URX_TYPE(x) ((uint32_t)(x) >> 24) macro
655 int32_t type = URX_TYPE(op); in dumpOp()722 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN); in dumpOp()