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

  /external/v8/src/parsing/
scanner-character-streams.h 21 class BufferedUtf16CharacterStream: public Utf16CharacterStream {
152 class ExternalTwoByteStringUtf16CharacterStream: public Utf16CharacterStream {
scanner.h 36 class Utf16CharacterStream {
38 Utf16CharacterStream() : pos_(0) { }
39 virtual ~Utf16CharacterStream() { }
345 void Initialize(Utf16CharacterStream* source);
738 // Input stream. Must be initialized to an Utf16CharacterStream.
739 Utf16CharacterStream* source_;
scanner-character-streams.cc 52 : Utf16CharacterStream(),
396 // - pos_ (inherited from Utf16CharacterStream)
397 // - buffer_cursor_ and buffer_end_ (also from Utf16CharacterStream)
567 : Utf16CharacterStream(),
scanner.cc 32 bool Utf16CharacterStream::SetBookmark() { return false; }
33 void Utf16CharacterStream::ResetToBookmark() { UNREACHABLE(); }
50 void Scanner::Initialize(Utf16CharacterStream* source) {
    [all...]
parser.h 706 Utf16CharacterStream* source);
    [all...]
parser.cc     [all...]
  /external/v8/test/cctest/
test-parsing.cc 746 void TestStreamScanner(i::Utf16CharacterStream* stream,
    [all...]

Completed in 1852 milliseconds