Home | History | Annotate | Download | only in i18n

Lines Matching full:paren

359         // Standard open nonCapture paren action emits the two NOPs and
360 // sets up the paren stack frame.
369 // Encountering end of pattern also behaves like a close paren,
375 // Missing close paren in pattern.
409 // This registers if for fixup when this block's close paren is encountered.
422 // Open Paren.
462 // Open non-caputuring (grouping only) Paren.
483 // Open Atomic Paren. (?>
530 // Look-ahead can't have quantifiers, but paren stack
574 // 3. NOP // Std. Open Paren sequence, for possible '|'
608 // Compile a (?<= look-behind open paren.
660 // Compile a (?<! negated look-behind open paren.
722 // Extra close paren, or missing open paren.
2036 // handleCloseParen When compiling a close paren, we need to go back
2054 // Force any literal chars that may follow the close paren to start a new string,
2065 // value < 0 flags the start of the frame on the paren stack.
2077 // the value they had at the open paren. Saved value is
2078 // at the top of the paren stack.