Home
last modified time | relevance | path

Searched refs:alternation (Results 1 – 10 of 10) sorted by relevance

/external/bison/tests/
Dsets.at24 # And remember, there is no alternation in portable sed.
/external/icu4c/test/intltest/
Dwbnf.cpp1209 UBool alternation(Pick* &node /*out*/){ in alternation() function in Parser
1227 return alternation(node); in defination()
/external/v8/src/
Djsregexp.cc3849 ChoiceNode* alternation = new ChoiceNode(2); in ToNode() local
3851 alternation->AddAlternative( in ToNode()
3853 alternation->AddAlternative(GuardedAlternative(on_success)); in ToNode()
3855 alternation->AddAlternative(GuardedAlternative(on_success)); in ToNode()
3856 alternation->AddAlternative( in ToNode()
3859 answer = alternation; in ToNode()
3860 if (not_at_start) alternation->set_not_at_start(); in ToNode()
/external/icu4c/test/testdata/
Dregextst.txt1067 # bug 5386 Empty left alternation should produce a zero length match.
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man477 tion, and concatenation higher than alternation ('|'). This
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info494 concatenation higher than alternation ('|'). This pattern therefore
Dflex.texi590 concatenation, and concatenation higher than alternation ('|').
/external/srec/config/en.us/dictionary/
Dlarge.ok779 alternation {ltPnAS~
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1638576 ::GetOverlappedResult and ::ReadFile in alternation, rather than
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2986751 That's a minimal alternation of the code.