Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp412 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location in doParseActions()
803 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
811 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
812 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
813 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
816 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
935 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
944 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
945 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
946 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
[all …]
Drematch.cpp2829 opType = URX_TYPE(op); in MatchAt()
2880 opType = URX_TYPE(op); in MatchAt()
3451 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()
3498 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()
3565 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()
3834 opType = URX_TYPE(op); in MatchAt()
4119 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4180 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4221 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()
4335 opType = URX_TYPE(op); in MatchChunkAt()
[all …]
Dregeximp.h252 #define URX_TYPE(x) ((uint32_t)(x) >> 24) macro
Drepattrn.cpp705 int32_t type = URX_TYPE(op); in dumpOp()
779 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN); in dumpOp()
/external/icu/libicu/cts_headers/
Dregeximp.h252 #define URX_TYPE(x) ((uint32_t)(x) >> 24) macro