Searched defs:Utf8DecoderBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dunicode-inl.h156 Utf8DecoderBase::Utf8DecoderBase() function in class:unibrow::Utf8DecoderBase
161 Utf8DecoderBase::Utf8DecoderBase(uint16_t* buffer, function in class:unibrow::Utf8DecoderBase
170 : Utf8DecoderBase(buffer_,
178 Utf8DecoderBase::Reset(buffer_,
H A Dunicode.h159 class Utf8DecoderBase { class in namespace:unibrow
162 inline Utf8DecoderBase();
163 inline Utf8DecoderBase(uint16_t* buffer,
182 DISALLOW_COPY_AND_ASSIGN(Utf8DecoderBase);
186 class Utf8Decoder : public Utf8DecoderBase {

Completed in 81 milliseconds