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

  /external/v8/src/
unicode-decoder.h 14 class V8_EXPORT_PRIVATE Utf8DecoderBase {
17 inline Utf8DecoderBase();
18 inline Utf8DecoderBase(uint16_t* buffer, size_t buffer_length,
35 DISALLOW_COPY_AND_ASSIGN(Utf8DecoderBase);
39 class Utf8Decoder : public Utf8DecoderBase {
51 Utf8DecoderBase::Utf8DecoderBase()
58 Utf8DecoderBase::Utf8DecoderBase(uint16_t* buffer, size_t buffer_length,
66 : Utf8DecoderBase(buffer_, kBufferSize
    [all...]
unicode-decoder.cc 13 void Utf8DecoderBase::Reset(uint16_t* buffer, size_t buffer_length,
61 void Utf8DecoderBase::WriteUtf16Slow(const uint8_t* stream,

Completed in 49 milliseconds