Searched defs:Utf8Decoder (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dunicode-inl.h182 Utf8Decoder<kBufferSize>::Utf8Decoder(const char* stream, unsigned length) function in class:unibrow::Utf8Decoder
190 void Utf8Decoder<kBufferSize>::Reset(const char* stream, unsigned length) {
198 unsigned Utf8Decoder<kBufferSize>::WriteUtf16(uint16_t* data,
H A Dunicode.h198 class Utf8Decoder : public Utf8DecoderBase { class in namespace:unibrow
200 inline Utf8Decoder() {} function in class:unibrow::Utf8Decoder
201 inline Utf8Decoder(const char* stream, unsigned length);
H A Dscanner.h132 typedef unibrow::Utf8Decoder<512> Utf8Decoder; typedef in class:v8::internal::UnicodeCache
134 StaticResource<Utf8Decoder>* utf8_decoder() {
148 StaticResource<Utf8Decoder> utf8_decoder_;
/external/v8/src/
H A Dscanner.h148 typedef unibrow::Utf8InputBuffer<1024> Utf8Decoder; typedef in class:v8::internal::UnicodeCache
150 StaticResource<Utf8Decoder>* utf8_decoder() {
164 StaticResource<Utf8Decoder> utf8_decoder_;
318 typedef unibrow::Utf8InputBuffer<1024> Utf8Decoder; typedef in class:v8::internal::Scanner

Completed in 153 milliseconds