HomeSort by relevance Sort by last modified time
    Searched full:charstream (Results 101 - 125 of 281) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 20 * An implementation of interface CharStream, where the stream is assumed to
AddressListParserTokenManager.java 751 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 20 * An implementation of interface CharStream, where the stream is assumed to
ContentTypeParserTokenManager.java 637 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 20 * An implementation of interface CharStream, where the stream is assumed to
DateTimeParserTokenManager.java 676 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 38 public SimpleCLexer(CharStream input) {
41 public SimpleCLexer(CharStream input, RecognizerSharedState state) {
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
JavaScript.stg 30 // public <grammar.recognizerName>(CharStream input<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>)
31 // public <grammar.recognizerName>(CharStream input, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>) {
91 if ( this.input.LA(1)==org.antlr.runtime.CharStream.EOF ) {
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3tokenstream.h 89 * copy of the one supplied by the CharStream (and may be NULL) so should
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3inputstream.c 53 // 8Bit Charstream API functions
83 // UTF16 Charstream API functions
99 // UTF16 Charstream API functions
159 /* Charstream API
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 23 * CharStream input = new ANTLRFileStream("input");
  /system/security/keystore/
key_store_service.cpp 818 std::stringstream charStream(charBuffer);
819 keyCharacteristics.Deserialize(&charStream);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 151 public override <lexerInputStreamType()> CharStream
155 return base.CharStream;
159 base.CharStream = value;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 148 public override <lexerInputStreamType()> CharStream
152 return base.CharStream;
156 base.CharStream = value;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 54 * var input:CharStream = new ANTLRFileStream("input");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 64 * CharStream input = new ANTLRFileStream("input");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 67 * CharStream input = new ANTLRFileStream("input");
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 54 * CharStream input = new ANTLRFileStream("input");
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 278 /// computed from a CharStream; it only store indices into the char stream.
297 /// Returns a Token object from the input stream (usually a CharStream).
    [all...]

Completed in 1260 milliseconds

1 2 3 45 6 7 8 91011>>