Home | History | Annotate | Download | only in i18n

Lines Matching full:push

408             // Push the position of the newly added JMP op onto the parentheses stack.
410 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
416 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
451 fParenStack.push(fModeFlags, *fStatus); // Match mode state
452 fParenStack.push(capturing, *fStatus); // Frame type.
453 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location
454 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
474 fParenStack.push(fModeFlags, *fStatus); // Match mode state
475 fParenStack.push(plain, *fStatus); // Begin a new frame.
476 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location
477 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
502 fParenStack.push(fModeFlags, *fStatus); // Match mode state
503 fParenStack.push(atomic, *fStatus); // Frame type.
504 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP
505 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP
561 fParenStack.push(fModeFlags, *fStatus); // Match mode state
562 fParenStack.push(lookAhead, *fStatus); // Frame type.
563 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location
564 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP location
594 fParenStack.push(fModeFlags, *fStatus); // Match mode state
595 fParenStack.push(negLookAhead, *fStatus); // Frame type
596 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The STATE_SAVE location
597 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP location
648 fParenStack.push(fModeFlags, *fStatus); // Match mode state
649 fParenStack.push(lookBehind, *fStatus); // Frame type
650 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location
651 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The 2nd NOP location
702 fParenStack.push(fModeFlags, *fStatus); // Match mode state
703 fParenStack.push(lookBehindN, *fStatus); // Frame type
704 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location
705 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The 2nd NOP location
1062 fRXPat->fCompiledPat->push(loopOp, *fStatus);
1442 fParenStack.push(fModeFlags, *fStatus);
1443 fParenStack.push(flags, *fStatus); // Frame Marker
1444 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP
1445 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP
1531 fSetStack.push(new UnicodeSet(), *fStatus);
1532 fSetOpStack.push(setStart, *fStatus);
1534 fSetOpStack.push(setCaseClose, *fStatus);
1541 // Push a Difference operator, which will cause the new set to be subtracted from what
1544 fSetOpStack.push(setStart, *fStatus);
1546 fSetOpStack.push(setCaseClose, *fStatus);
1554 fSetOpStack.push(setStart, *fStatus);
1556 fSetOpStack.push(setCaseClose, *fStatus);
1564 fSetOpStack.push(setStart, *fStatus);
1566 fSetOpStack.push(setCaseClose, *fStatus);
1667 // Push the negation operator onto the set op stack.
1677 fSetOpStack.push(setNegation, *fStatus);
1678 fSetOpStack.push(setCaseClose, *fStatus);
1680 fSetOpStack.push(setNegation, *fStatus);
4203 fSetOpStack.push(op, *fStatus);
4204 fSetStack.push(new UnicodeSet(), *fStatus);