Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp411 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location in doParseActions()
783 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
791 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
792 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
793 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
796 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
915 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
924 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
925 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
926 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
[all …]
Drematch.cpp2800 opType = URX_TYPE(op); in MatchAt()
2851 opType = URX_TYPE(op); in MatchAt()
3500 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()
3547 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()
3607 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()
3867 opType = URX_TYPE(op); in MatchAt()
4130 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4191 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4232 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()
4363 opType = URX_TYPE(op); in MatchChunkAt()
[all …]
Dregeximp.h250 #define URX_TYPE(x) ((uint32_t)(x) >> 24) macro
Drepattrn.cpp691 int32_t type = URX_TYPE(op); in dumpOp()
761 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN); in dumpOp()