Lines Matching refs:loopOpI
795 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions() local
796 fRXPat->fCompiledPat->addElement(loopOpI, *fStatus); in doParseActions()
808 int32_t loopOpI = URX_BUILD(URX_LOOP_DOT_I, 0); in doParseActions() local
811 loopOpI |= 1; in doParseActions()
814 loopOpI |= 2; in doParseActions()
816 fRXPat->fCompiledPat->addElement(loopOpI, *fStatus); in doParseActions()
938 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions() local
939 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
951 int32_t loopOpI = URX_BUILD(URX_LOOP_DOT_I, 0); in doParseActions() local
954 loopOpI |= 1; in doParseActions()
957 loopOpI |= 2; in doParseActions()
959 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()