HomeSort by relevance Sort by last modified time
    Searched defs:Utf8ToUtf16CharacterStream (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
scanner-character-streams.cc 27 return v8::internal::Utf8ToUtf16CharacterStream::CopyChars(
178 // Utf8ToUtf16CharacterStream
179 Utf8ToUtf16CharacterStream::Utf8ToUtf16CharacterStream(const byte* data,
190 Utf8ToUtf16CharacterStream::~Utf8ToUtf16CharacterStream() { }
193 size_t Utf8ToUtf16CharacterStream::CopyChars(uint16_t* dest, size_t length,
222 size_t Utf8ToUtf16CharacterStream::BufferSeekForward(size_t delta) {
232 size_t Utf8ToUtf16CharacterStream::FillBuffer(size_t char_position) {
307 void Utf8ToUtf16CharacterStream::SetRawPosition(size_t target_position)
    [all...]
scanner-character-streams.h 67 class Utf8ToUtf16CharacterStream: public BufferedUtf16CharacterStream {
69 Utf8ToUtf16CharacterStream(const byte* data, size_t length);
70 ~Utf8ToUtf16CharacterStream() override;

Completed in 92 milliseconds