Home
last modified time | relevance | path

Searched refs:lookaround (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/testdata/
Dtestoutput19532 (?<assertion> (?&simple_assertion) | (?&lookaround) )
9587 (?&callout)?+ (?&comment)* (?&lookaround) ) )
9607 (?<lookaround> \(\? (?: = | ! | <= | <! ) (?&regex) \) )
9614 (?&lookaround) |
9706lookaround) )(?<atomic_group> \( \? > (?&regex) \) )(?<back_reference> \\ \d+ | \\g (?: [+-]?\d+ |…
9707lookaround) )(?<atomic_group> \( \? > (?&regex) \) )(?<back_reference> \\ \d+ | \\g (?: [+-]?\d+ |…
Dtestinput15964 (?<assertion> (?&simple_assertion) | (?&lookaround) )
6019 (?&callout)?+ (?&comment)* (?&lookaround) ) )
6039 (?<lookaround> \(\? (?: = | ! | <= | <! ) (?&regex) \) )
6046 (?&lookaround) |
6124lookaround) )(?<atomic_group> \( \? > (?&regex) \) )(?<back_reference> \\ \d+ | \\g (?: [+-]?\d+ |…
/external/v8/src/regexp/
Djsregexp.cc4948 RegExpLookaround::Builder lookaround(false, match_node, stack_register, in NegativeLookaroundAgainstReadDirectionAndMatch() local
4951 zone, lookbehind, !read_backward, lookaround.on_match_success(), flags); in NegativeLookaroundAgainstReadDirectionAndMatch()
4952 return lookaround.ForMatch(negative_match); in NegativeLookaroundAgainstReadDirectionAndMatch()
4962 RegExpLookaround::Builder lookaround(false, on_success, stack_register, in MatchAndNegativeLookaroundInReadDirection() local
4965 zone, lookahead, read_backward, lookaround.on_match_success(), flags); in MatchAndNegativeLookaroundInReadDirection()
4967 zone, match, read_backward, lookaround.ForMatch(negative_match), flags); in MatchAndNegativeLookaroundInReadDirection()
/external/pcre/dist2/doc/
Dpcre2.txt568 there are lookaround assertions). However, this algorithm does not
1058 calls that implement atomic groups, lookaround assertions, and pattern
3374 subject string just once (not counting lookaround assertions), and does
3844 for lookaround assertions, atomic groups, and recursion within pat-
4563 3. Capturing subpatterns that occur inside negative lookaround asser-
5298 exception: when a lookaround assertion is encountered, the characters
6020 the pattern and for lookaround assertions and atomic groups. In this
8807 these verbs appears inside an atomic group or in a lookaround assertion
9058 because lookaround assertions are atomic. A backtrack that occurs after
9198 function calls, but only for processing atomic groups, lookaround
Dpcre2test.txt1308 handling pattern recursion, lookaround assertions, and atomic groups.