Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode-decoder.h55 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() function
98 Utf8DecoderBase::Utf8DecoderBase( in Utf8DecoderBase() function
107 : Utf8DecoderBase(buffer_, kBufferSize, stream) {} in Utf8Decoder()
112 Utf8DecoderBase::Reset(buffer_, kBufferSize, stream); in Reset()
Dunicode-decoder.cc53 void Utf8DecoderBase::Reset(uint16_t* buffer, size_t buffer_length, in Reset()
76 void Utf8DecoderBase::WriteUtf16Slow( in WriteUtf16Slow()