Home
last modified time | relevance | path

Searched refs:recognizers (Results 1 – 23 of 23) sorted by relevance

/external/icu4c/i18n/
Dcsdetect.cpp75 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__.py150 from recognizers import *
Dtree.py44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
/external/antlr/antlr-3.4/runtime/Python/
DREADME18 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.
Dmkdoxy.sh10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
DChangeLog19 * recognizers.py (TokenSource): Added iterator interface to TokenSource
Ddoxyfile119 EXCLUDE_SYMBOLS = dfa exceptions recognizers streams tokens constants
/external/antlr/antlr-3.4/tool/
DREADME.txt12 recognizers, interpreters, compilers, and translators from grammatical
94 that provides a framework for constructing recognizers, compilers, and
DCHANGES.txt584 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/
DTokenSource.as38 * toss you all the way out of the recognizers. If you want to continue
DBaseRecognizer.as3 /** A generic recognizer that can handle recognizers generated from
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dmainpage.dox27 /// 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.
Ddoxygengroups.dox164 /// The base recognizer interface is implemented by all higher level recognizers
165 /// such as #pANTLR3_PARSER and provides methods common to all recognizers.
Dbuild.dox87 /// <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…
Datsections.dox96 /// may create different <code>\#defines</code> for different recognizers.
Dinterop.dox65 /// 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/
DREADME.txt92 about loading the recognizers and using their class definitions
DHistory.txt144 generate template output mode recognizers
/external/antlr/antlr-3.4/runtime/C/
DREADME99 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/
DANTLRBaseRecognizer.m889 * stack trace. This routine is shared with all recognizers, hence,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg103 # ANTLR-generated recognizers.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg29 /** 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/
DC.stg764 * so we just undef it here for now. That isn't the value we get back from C recognizers