Searched refs:Utf8Decoder (Results 1 – 4 of 4) sorted by relevance
169 Utf8Decoder<kBufferSize>::Utf8Decoder(const char* stream, unsigned length) in Utf8Decoder() function177 void Utf8Decoder<kBufferSize>::Reset(const char* stream, unsigned length) { in Reset()185 unsigned Utf8Decoder<kBufferSize>::WriteUtf16(uint16_t* data, in WriteUtf16()
186 class Utf8Decoder : public Utf8DecoderBase {188 inline Utf8Decoder() {} in Utf8Decoder() function189 inline Utf8Decoder(const char* stream, unsigned length);
114 typedef unibrow::Utf8Decoder<512> Utf8Decoder; typedef116 StaticResource<Utf8Decoder>* utf8_decoder() { in utf8_decoder()135 StaticResource<Utf8Decoder> utf8_decoder_;
239 Access<UnicodeCache::Utf8Decoder> in NewStringFromUtf8()