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

/external/chromium_org/v8/src/
H A Dunicode-inl.h169 Utf8Decoder<kBufferSize>::Utf8Decoder(const char* stream, unsigned length) function in class:unibrow::Utf8Decoder
177 void Utf8Decoder<kBufferSize>::Reset(const char* stream, unsigned length) {
185 unsigned Utf8Decoder<kBufferSize>::WriteUtf16(uint16_t* data,
H A Dunicode.h186 class Utf8Decoder : public Utf8DecoderBase { class in namespace:unibrow
188 inline Utf8Decoder() {} function in class:unibrow::Utf8Decoder
189 inline Utf8Decoder(const char* stream, unsigned length);
H A Dscanner.h114 typedef unibrow::Utf8Decoder<512> Utf8Decoder; typedef in class:v8::internal::UnicodeCache
116 StaticResource<Utf8Decoder>* utf8_decoder() {
135 StaticResource<Utf8Decoder> utf8_decoder_;
H A Dfactory.cc239 Access<UnicodeCache::Utf8Decoder>

Completed in 242 milliseconds