Home
last modified time | relevance | path

Searched refs:Utf8DecoderBase (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dunicode-decoder.h13 class Utf8DecoderBase {
16 inline Utf8DecoderBase();
17 inline Utf8DecoderBase(uint16_t* buffer, size_t buffer_length,
34 DISALLOW_COPY_AND_ASSIGN(Utf8DecoderBase);
38 class Utf8Decoder : public Utf8DecoderBase {
50 Utf8DecoderBase::Utf8DecoderBase() in Utf8DecoderBase() function
57 Utf8DecoderBase::Utf8DecoderBase(uint16_t* buffer, size_t buffer_length, in Utf8DecoderBase() function
65 : Utf8DecoderBase(buffer_, kBufferSize, in Utf8Decoder()
71 Utf8DecoderBase::Reset(buffer_, kBufferSize, in Reset()
Dunicode-decoder.cc13 void Utf8DecoderBase::Reset(uint16_t* buffer, size_t buffer_length, in Reset()
61 void Utf8DecoderBase::WriteUtf16Slow(const uint8_t* stream, in WriteUtf16Slow()