Home
last modified time | relevance | path

Searched refs:matchSet (Results 1 – 25 of 55) sorted by relevance

123

/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DASTParser.stg48 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
49 <super.matchSet(postmatchCode={<gatedAction({@adaptor.add_child( root_0, <createNodeFromToken(...)>…
53 <matchSet(...)>
58 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>"
63 <super.matchSet(postmatchCode={<gatedAction({root_0 = @adaptor.become_root( <createNodeFromToken(..…
DASTTreeParser.stg129 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
131 <super.matchSet(postmatchCode={
148 <matchSet(...)>
156 <super.matchSet(...)>
160 <super.matchSet(postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DASTParser.stg62 // to pass code to the default matchSet; another possible way to alter
67 // the code generator call matchSet then add root code or ruleroot code
72 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
73 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <e…
77 <matchSet(...)>
80 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>"
89 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <e…
DASTTreeParser.stg133 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
135 <super.matchSet(..., postmatchCode={
151 <matchSet(...)>
157 <super.matchSet(...)>
161 <super.matchSet(..., postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DASTParser.stg95 // to pass code to the default matchSet; another possible way to alter
100 // the code generator call matchSet then add root code or ruleroot code
105 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <%
106 /* ASTParser matchSet */
107 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
113 <matchSet(...)>
116 matchSetBang(s,label,elementIndex,terminalOptions, postmatchCode) ::= "<super.matchSet(...)>"
126 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
DASTTreeParser.stg227 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
228 /* ASTTreeParser matchSet */
230 <super.matchSet(postmatchCode={
247 <matchSet(...)>
254 <super.matchSet(...)>
259 <super.matchSet(postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DASTParser.stg100 // to pass code to the default matchSet; another possible way to alter
105 // the code generator call matchSet then add root code or ruleroot code
110 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <%
111 <super.matchSet(postmatchCode={<finishedBacktracking({self._adaptor.addChild(root_0, <createNodeFro…
115 <matchSet(...)>
118 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>"
127 <super.matchSet(postmatchCode={<finishedBacktracking({root_0 = self._adaptor.becomeRoot(<createNode…
DASTTreeParser.stg189 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <<
191 <super.matchSet(postmatchCode={
206 <matchSet(...)>
212 <super.matchSet(...)>
216 <super.matchSet(postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DASTParser.stg100 // to pass code to the default matchSet; another possible way to alter
105 // the code generator call matchSet then add root code or ruleroot code
110 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <%
111 <super.matchSet(postmatchCode={<finishedBacktracking({self._adaptor.addChild(root_0, <createNodeFro…
115 <matchSet(...)>
118 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>"
127 <super.matchSet(postmatchCode={<finishedBacktracking({root_0 = self._adaptor.becomeRoot(<createNode…
DASTTreeParser.stg189 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <<
191 <super.matchSet(postmatchCode={
206 <matchSet(...)>
212 <super.matchSet(...)>
216 <super.matchSet(postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DASTParser.stg90 // to pass code to the default matchSet; another possible way to alter
95 // the code generator call matchSet then add root code or ruleroot code
100 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <%
101 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>…
105 <matchSet(...)>
108 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>"
117 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>…
DASTTreeParser.stg175 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
177 <super.matchSet(postmatchCode={
193 <matchSet(...)>
199 <super.matchSet(...)>
203 <super.matchSet(postmatchCode={
/external/icu/icu4c/source/common/
Dustring.cpp468 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() argument
475 while((c = matchSet[matchBMPLen]) != 0 && U16_IS_SINGLE(c)) { in _matchFromSet()
481 while(matchSet[matchLen] != 0) { in _matchFromSet()
490 if(c == matchSet[matchItr]) { in _matchFromSet()
496 if(c == matchSet[matchItr]) { in _matchFromSet()
516 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet()
523 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet()
541 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk() argument
543 int32_t idx = _matchFromSet(string, matchSet, TRUE); in u_strpbrk()
553 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn() argument
[all …]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DASTParser.stg104 // to pass code to the default matchSet; another possible way to alter
109 // the code generator call matchSet then add root code or ruleroot code
114 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
115 <super.matchSet(..., postmatchCode={<if(backtracking)>if (State.Backtracking = 0) then <endif>Adapt…
119 <matchSet(...)>
122 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>"
131 <super.matchSet(..., postmatchCode={<if(backtracking)>if (State.Backtracking = 0) then <endif>Root[…
DASTTreeParser.stg182 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
184 <super.matchSet(..., postmatchCode={
200 <matchSet(...)>
206 <super.matchSet(...)>
210 <super.matchSet(..., postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DASTParser.stg94 // to pass code to the default matchSet; another possible way to alter
99 // the code generator call matchSet then add root code or ruleroot code
104 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <%
105 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if ( <actions.(acti…
109 <matchSet(...)>
112 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>"
121 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if ( <actions.(acti…
DASTTreeParser.stg207 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <<
210 <super.matchSet(postmatchCode={
224 <super.matchSet(...)>
230 <matchSet(...)>
240 <super.matchSet(...)>
248 <super.matchSet(postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DASTParser.stg94 // to pass code to the default matchSet; another possible way to alter
99 // the code generator call matchSet then add root code or ruleroot code
104 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
105 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>…
109 <matchSet(...)>
112 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>"
121 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>…
DASTTreeParser.stg193 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
195 <super.matchSet(postmatchCode={
211 <matchSet(...)>
217 <super.matchSet(...)>
221 <super.matchSet(postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DASTParser.stg93 // to pass code to the default matchSet; another possible way to alter
98 // the code generator call matchSet then add root code or ruleroot code
103 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <<
104 <super.matchSet(postmatchCode={<if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>ad…
108 <matchSet(...)>
111 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>"
120 <super.matchSet(postmatchCode={<if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>ro…
DASTTreeParser.stg210 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
213 <super.matchSet(postmatchCode={
227 <super.matchSet(...)>
233 <matchSet(...)>
243 <super.matchSet(...)>
251 <super.matchSet(postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DASTParser.stg98 // to pass code to the default matchSet; another possible way to alter
103 // the code generator call matchSet then add root code or ruleroot code
108 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <<
109 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if (<actions.(actio…
113 <matchSet(...)>
116 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>"
125 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if (<actions.(actio…
DASTTreeParser.stg211 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
214 <super.matchSet(postmatchCode={
228 <super.matchSet(...)>
234 <matchSet(...)>
244 <super.matchSet(...)>
252 <super.matchSet(postmatchCode={
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DASTTreeParser.stg162 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <<
164 <super.matchSet(..., postmatchCode={
180 <matchSet(...)>
186 <super.matchSet(...)>
190 <super.matchSet(..., postmatchCode={
/external/icu/libandroidicu/include/unicode/
Dustring.h353 u_strpbrk(const UChar *string, const UChar *matchSet);
369 u_strcspn(const UChar *string, const UChar *matchSet);
385 u_strspn(const UChar *string, const UChar *matchSet);

123