Searched refs:matchChar (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
D | actions.c | 509 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/ |
D | SymbolTableLexer.m | 79 [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/ |
D | SimpleCLexer.m | 79 [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/ |
D | SimpleCLexer.m | 356 [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/ |
D | Fuzzy.m | 183 [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/ |
D | SimpleCLexer.m | 228 [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/ |
D | Fuzzy.m | 444 [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/ |
D | SymbolTableLexer.m | 232 [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/ |
D | ANTLRLexer.h | 72 - (void) matchChar:(unichar) aChar;
|
D | ANTLRLexer.m | 247 - (void) matchChar:(unichar) aChar
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRLexer.h | 72 - (void) matchChar:(unichar) aChar;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRLexer.h | 72 - (void) matchChar:(unichar) aChar;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRLexer.h | 72 - (void) matchChar:(unichar) aChar;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
D | TreeRewriteLexer.m | 146 [self matchChar:' '];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
D | TreeRewriteLexer.m | 163 [self matchChar:' '];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
D | LangLexer.m | 79 [self matchChar:';'];
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ObjC.stg | 1184 [self matchChar:<char>]; <checkRuleBacktrackFailure()><\n> 1320 [self matchChar:ANTLRCharStreamEOF]; <checkRuleBacktrackFailure()><\n> 1324 [self matchChar:ANTLRCharStreamEOF]; <checkRuleBacktrackFailure()><\n>
|