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 …]
Dregeximp.h250 #define URX_TYPE(x) ((uint32_t)(x) >> 24) macro
Drematch.cpp2807 opType = URX_TYPE(op); in MatchAt()
2858 opType = URX_TYPE(op); in MatchAt()
3507 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()
3554 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()
3614 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()
3874 opType = URX_TYPE(op); in MatchAt()
4137 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4198 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4239 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()
4374 opType = URX_TYPE(op); in MatchChunkAt()
[all …]
Drepattrn.cpp691 int32_t type = URX_TYPE(op); in dumpOp()
761 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN); in dumpOp()