Home
last modified time | relevance | path

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

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