Searched defs:Utf8DecoderBase (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/ | ||
H A D | unicode-decoder.h | 13 class Utf8DecoderBase { class in namespace:unibrow 16 inline Utf8DecoderBase(); 17 inline Utf8DecoderBase(uint16_t* buffer, size_t buffer_length, 34 DISALLOW_COPY_AND_ASSIGN(Utf8DecoderBase); 38 class Utf8Decoder : public Utf8DecoderBase { 50 Utf8DecoderBase::Utf8DecoderBase() function in class:unibrow::Utf8DecoderBase 57 Utf8DecoderBase::Utf8DecoderBase(uint16_t* buffer, size_t buffer_length, function in class:unibrow::Utf8DecoderBase 65 : Utf8DecoderBase(buffer [all...] |
Completed in 36 milliseconds