HomeSort by relevance Sort by last modified time
    Searched refs:Utf16CharacterStream (Results 1 - 8 of 8) sorted by null

  /external/v8/src/
scanner-character-streams.h 39 class BufferedUtf16CharacterStream: public Utf16CharacterStream {
101 class ExternalTwoByteStringUtf16CharacterStream: public Utf16CharacterStream {
scanner.h 80 class Utf16CharacterStream {
82 Utf16CharacterStream() : pos_(0) { }
83 virtual ~Utf16CharacterStream() { }
322 void Initialize(Utf16CharacterStream* source);
548 // Input stream. Must be initialized to an Utf16CharacterStream.
549 Utf16CharacterStream* source_;
preparser-api.cc 49 class InputStreamUtf16Buffer : public Utf16CharacterStream {
52 * that is filled in chunks from the Utf16CharacterStream.
64 : Utf16CharacterStream(),
scanner-character-streams.cc 42 : Utf16CharacterStream(),
315 : Utf16CharacterStream(),
parser.h 175 static ScriptDataImpl* PreParse(Utf16CharacterStream* source,
545 Utf16CharacterStream* source,
scanner.cc 48 void Scanner::Initialize(Utf16CharacterStream* source) {
parser.cc 689 Utf16CharacterStream* source,
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 616 void TestStreamScanner(i::Utf16CharacterStream* stream,
    [all...]

Completed in 200 milliseconds