Home
last modified time | relevance | path

Searched defs:charStream (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DLexer.as116 public function set charStream(input:CharStream):void { property in org.antlr.runtime.Lexer
122 public function get charStream():CharStream { property in org.antlr.runtime.Lexer
/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
DOkHttpContributors.java39 Reader charStream = body.charStream(); in main() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DResponseBody.java72 public final Reader charStream() throws IOException { in charStream() method in ResponseBody