Home
last modified time | relevance | path

Searched refs:matchChar (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dactions.c509 static RegExp *matchChar(unsigned int c){ in matchChar() function
518 re = matchChar(unescape(&s)); in strToRE()
520 re = RegExp_new_CatOp(re, matchChar(unescape(&s))); in strToRE()
532 reL = matchChar(tolower(c)); in strToCaseInsensitiveRE()
533 reU = matchChar(toupper(c)); in strToCaseInsensitiveRE()
536 re = matchChar(c); in strToCaseInsensitiveRE()
541 reL = matchChar(tolower(c)); in strToCaseInsensitiveRE()
542 reU = matchChar(toupper(c)); in strToCaseInsensitiveRE()
545 re = RegExp_new_CatOp(re, matchChar(c)); in strToCaseInsensitiveRE()
590 RegExp * ran = matchChar('\n'); in mkDot()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m79 [self matchChar:'('];
111 [self matchChar:')'];
143 [self matchChar:';'];
175 [self matchChar:'='];
273 [self matchChar:'{'];
305 [self matchChar:'}'];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m79 [self matchChar:'('];
112 [self matchChar:')'];
145 [self matchChar:'+'];
178 [self matchChar:','];
211 [self matchChar:';'];
244 [self matchChar:'<'];
277 [self matchChar:'='];
480 [self matchChar:'{'];
513 [self matchChar:'}'];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.m356 [self matchChar:'('];
388 [self matchChar:')'];
420 [self matchChar:'+'];
452 [self matchChar:','];
484 [self matchChar:';'];
516 [self matchChar:'<'];
548 [self matchChar:'='];
613 [self matchChar:'{'];
645 [self matchChar:'}'];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.m183 [self matchChar:';']; if ( state.failed ) return ;
248 [self matchChar:';']; if ( state.failed ) return ;
425 [self matchChar:',']; if ( state.failed ) return ;
490 [self matchChar:'{']; if ( state.failed ) return ;
566 [self matchChar:'(']; if ( state.failed ) return ;
617 [self matchChar:',']; if ( state.failed ) return ;
682 [self matchChar:')']; if ( state.failed ) return ;
762 [self matchChar:',']; if ( state.failed ) return ;
827 [self matchChar:'{']; if ( state.failed ) return ;
1068 [self matchChar:'(']; if ( state.failed ) return ;
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCLexer.m228 [self matchChar:';'];
258 [self matchChar:'('];
288 [self matchChar:','];
318 [self matchChar:')'];
348 [self matchChar:'{'];
378 [self matchChar:'}'];
661 [self matchChar:'='];
721 [self matchChar:'<'];
751 [self matchChar:'+'];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
DFuzzy.m444 [self matchChar:';']; if ( state.failed == YES ) return ;
503 [self matchChar:';']; if ( state.failed == YES ) return ;
653 [self matchChar:',']; if ( state.failed == YES ) return ;
711 [self matchChar:'{']; if ( state.failed == YES ) return ;
774 [self matchChar:'(']; if ( state.failed == YES ) return ;
820 [self matchChar:',']; if ( state.failed == YES ) return ;
878 [self matchChar:')']; if ( state.failed == YES ) return ;
947 [self matchChar:',']; if ( state.failed == YES ) return ;
1005 [self matchChar:'{']; if ( state.failed == YES ) return ;
1213 [self matchChar:'(']; if ( state.failed == YES ) return ;
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
DSymbolTableLexer.m232 [self matchChar:'('];
262 [self matchChar:')'];
292 [self matchChar:'{'];
322 [self matchChar:'}'];
352 [self matchChar:'='];
382 [self matchChar:';'];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
DANTLRLexer.m247 - (void) matchChar:(unichar) aChar
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
DTreeRewriteLexer.m146 [self matchChar:' '];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
DTreeRewriteLexer.m163 [self matchChar:' '];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m79 [self matchChar:';'];
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1184 [self matchChar:<char>]; <checkRuleBacktrackFailure()><\n>
1320 [self matchChar:ANTLRCharStreamEOF]; <checkRuleBacktrackFailure()><\n>
1324 [self matchChar:ANTLRCharStreamEOF]; <checkRuleBacktrackFailure()><\n>