Searched refs:URX_NOP (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 415 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location in doParseActions() 431 appendOp(URX_NOP, 0); in doParseActions() 474 appendOp(URX_NOP, 0); in doParseActions() 477 appendOp(URX_NOP, 0); in doParseActions() 512 appendOp(URX_NOP, 0); in doParseActions() 513 appendOp(URX_NOP, 0); in doParseActions() 535 appendOp(URX_NOP, 0); in doParseActions() 538 appendOp(URX_NOP, 0); in doParseActions() 587 appendOp(URX_NOP, 0); in doParseActions() 588 appendOp(URX_NOP, 0); in doParseActions() [all …]
|
D | regeximp.h | 65 URX_NOP = 7, enumerator
|
D | repattrn.cpp | 702 case URX_NOP: in dumpOp()
|
D | rematch.cpp | 2816 case URX_NOP: in MatchAt() 4394 case URX_NOP: in MatchChunkAt()
|