OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alternation
(Results
1 - 7
of
7
) sorted by null
/external/v8/test/mjsunit/
regexp-UC16.js
47
assertFalse(/\u5e74|\u6708/.test('t'), "
alternation
-uc16-pattern-ascii-subject");
regexp-capture-3.js
181
NoHang(/(æ|ø|?)(((.*)*)*x)/); // All branches of
alternation
are filtered.
/prebuilts/go/darwin-x86/src/regexp/syntax/
regexp.go
56
OpAlternate // matches
alternation
of Subs
parse.go
316
// alternate replaces the top of the stack (above the topmost '(') with its
alternation
.
342
// cleanAlt cleans re for eventual inclusion in an
alternation
.
394
// factor factors common prefixes from the
alternation
list sub.
1118
// (things below an opVerticalBar become an
alternation
).
[
all
...]
/prebuilts/go/linux-x86/src/regexp/syntax/
regexp.go
56
OpAlternate // matches
alternation
of Subs
parse.go
316
// alternate replaces the top of the stack (above the topmost '(') with its
alternation
.
342
// cleanAlt cleans re for eventual inclusion in an
alternation
.
394
// factor factors common prefixes from the
alternation
list sub.
1118
// (things below an opVerticalBar become an
alternation
).
[
all
...]
/external/v8/src/regexp/
jsregexp.cc
718
//
alternation
(foo|bar) or a repetition (*, +, ? or {}).
5197
ChoiceNode*
alternation
= new(zone) ChoiceNode(2, zone);
local
[
all
...]
Completed in 4244 milliseconds