• Home
  • Raw
  • Download

Lines Matching refs:URX_NOP

417             U_ASSERT(URX_TYPE(op) == URX_NOP);  // original contents of reserved location  in doParseActions()
434 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
460 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
465 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
490 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
491 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
513 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
518 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
578 op = URX_BUILD(URX_NOP, 0); in doParseActions()
613 op = URX_BUILD(URX_NOP, 0); in doParseActions()
666 op = URX_BUILD(URX_NOP, 0); in doParseActions()
723 op = URX_BUILD(URX_NOP, 0); in doParseActions()
1484 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
1485 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
1904 int32_t nop = URX_BUILD(URX_NOP, 0); in insertOp()
1978 U_ASSERT(URX_TYPE(((uint32_t)fRXPat->fCompiledPat->elementAti(theLoc))) == URX_NOP); in blockTopLoc()
1992 int32_t nop = URX_BUILD(URX_NOP, 0); in blockTopLoc()
2429 case URX_NOP: in matchStartType()
2921 case URX_NOP: in minMatchLength()
3193 case URX_NOP: in maxMatchLength()
3430 if (URX_TYPE(op) == URX_NOP) { in stripNOPs()
3447 case URX_NOP: in stripNOPs()