Searched refs:recognizers (Results 1 – 23 of 23) sorted by relevance
/external/icu4c/i18n/ |
D | csdetect.cpp | 75 CharsetRecognizer **recognizers; in setRecognizers() local 133 recognizers = NEW_ARRAY(CharsetRecognizer *, rCount); in setRecognizers() 135 if (recognizers == NULL) { in setRecognizers() 140 recognizers[r] = tempArray[r]; in setRecognizers() 142 if (recognizers[r] == NULL) { in setRecognizers() 153 fCSRecognizers = recognizers; in setRecognizers() 158 if (fCSRecognizers != recognizers) { in setRecognizers() 160 delete recognizers[r]; in setRecognizers() 161 recognizers[r] = NULL; in setRecognizers() 164 DELETE_ARRAY(recognizers); in setRecognizers() [all …]
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | __init__.py | 150 from recognizers import *
|
D | tree.py | 44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | README | 18 recognizers generated by ANTLR V3.0.x. If you are an application developer, 23 compatible with V3.0.x recognizers or if future runtimes V3.2+ will be 24 compatible with V3.1 recognizers.
|
D | mkdoxy.sh | 10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
|
D | ChangeLog | 19 * recognizers.py (TokenSource): Added iterator interface to TokenSource
|
D | doxyfile | 119 EXCLUDE_SYMBOLS = dfa exceptions recognizers streams tokens constants
|
/external/antlr/antlr-3.4/tool/ |
D | README.txt | 12 recognizers, interpreters, compilers, and translators from grammatical 94 that provides a framework for constructing recognizers, compilers, and
|
D | CHANGES.txt | 584 composite recognizers. If the input state was null to the constructor, 895 a recognizer failed. Added getNumberOfSyntaxErrors() to recognizers. 2179 * Added traceIn/Out methods to recognizers so that you can override them; 2976 * debugging event handshake how sends grammar file name. Added getGrammarFileName() to recognizers…
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenSource.as | 38 * toss you all the way out of the recognizers. If you want to continue
|
D | BaseRecognizer.as | 3 /** A generic recognizer that can handle recognizers generated from
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | mainpage.dox | 27 /// generation template for the tool and a runtime library for use by generated recognizers. 103 /// number of example grammars and helps to see how to invoke and call the generated recognizers.
|
D | doxygengroups.dox | 164 /// The base recognizer interface is implemented by all higher level recognizers 165 /// such as #pANTLR3_PARSER and provides methods common to all recognizers.
|
D | build.dox | 87 /// <b>/usr/local/lib</b> and include files (for building your recognizers) in <b>/usr/local/includ… 174 /// You are now ready to generate C recognizers and compile and link them with the ANTLR 3 C Runtim…
|
D | atsections.dox | 96 /// may create different <code>\#defines</code> for different recognizers.
|
D | interop.dox | 65 /// recognizers. Wherever a function call or rule call required the ctx parameter, you either refer… 291 /// to all recognizers, whether lexers, parsers or tree parsers. You can override methods in this
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | README.txt | 92 about loading the recognizers and using their class definitions
|
D | History.txt | 144 generate template output mode recognizers
|
/external/antlr/antlr-3.4/runtime/C/ |
D | README | 99 framework for constructing recognizers, compilers, and translators 609 * Added traceIn/Out methods to recognizers so that you can override them; 1406 * debugging event handshake how sends grammar file name. Added getGrammarFileName() to recognizers…
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseRecognizer.m | 889 * stack trace. This routine is shared with all recognizers, hence,
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 103 # ANTLR-generated recognizers.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 29 /** The API version of the runtime that recognizers generated by this runtime
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 764 * so we just undef it here for now. That isn't the value we get back from C recognizers
|