Searched refs:Utf8DecoderBase (Results 1 – 2 of 2) sorted by relevance
55 class V8_EXPORT_PRIVATE Utf8DecoderBase {58 inline Utf8DecoderBase();59 inline Utf8DecoderBase(uint16_t* buffer, size_t buffer_length,78 DISALLOW_COPY_AND_ASSIGN(Utf8DecoderBase);82 class Utf8Decoder : public Utf8DecoderBase {95 Utf8DecoderBase::Utf8DecoderBase() in Utf8DecoderBase() function98 Utf8DecoderBase::Utf8DecoderBase( in Utf8DecoderBase() function107 : Utf8DecoderBase(buffer_, kBufferSize, stream) {} in Utf8Decoder()112 Utf8DecoderBase::Reset(buffer_, kBufferSize, stream); in Reset()
53 void Utf8DecoderBase::Reset(uint16_t* buffer, size_t buffer_length, in Reset()76 void Utf8DecoderBase::WriteUtf16Slow( in WriteUtf16Slow()