Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dunicode-inl.h156 Utf8DecoderBase::Utf8DecoderBase() in Utf8DecoderBase() function
161 Utf8DecoderBase::Utf8DecoderBase(uint16_t* buffer, in Utf8DecoderBase() function
170 : Utf8DecoderBase(buffer_, in Utf8Decoder()
178 Utf8DecoderBase::Reset(buffer_, in Reset()
Dunicode.h159 class Utf8DecoderBase {
162 inline Utf8DecoderBase();
163 inline Utf8DecoderBase(uint16_t* buffer,
182 DISALLOW_COPY_AND_ASSIGN(Utf8DecoderBase);
186 class Utf8Decoder : public Utf8DecoderBase {
Dunicode.cc261 void Utf8DecoderBase::Reset(uint16_t* buffer, in Reset()
308 void Utf8DecoderBase::WriteUtf16Slow(const uint8_t* stream, in WriteUtf16Slow()