Searched refs:URX_NOP (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 411 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location in doParseActions() 427 appendOp(URX_NOP, 0); in doParseActions() 470 appendOp(URX_NOP, 0); in doParseActions() 473 appendOp(URX_NOP, 0); in doParseActions() 508 appendOp(URX_NOP, 0); in doParseActions() 509 appendOp(URX_NOP, 0); in doParseActions() 531 appendOp(URX_NOP, 0); in doParseActions() 534 appendOp(URX_NOP, 0); in doParseActions() 583 appendOp(URX_NOP, 0); in doParseActions() 584 appendOp(URX_NOP, 0); in doParseActions() [all …]
|
D | regeximp.h | 63 URX_NOP = 7, enumerator
|
D | repattrn.cpp | 699 case URX_NOP: in dumpOp()
|
D | rematch.cpp | 2815 case URX_NOP: in MatchAt() 4378 case URX_NOP: in MatchChunkAt()
|