HomeSort by relevance Sort by last modified time
    Searched refs:Utf8Decoder (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
unicode.h 186 class Utf8Decoder : public Utf8DecoderBase {
188 inline Utf8Decoder() {}
189 inline Utf8Decoder(const char* stream, unsigned length);
unicode-inl.h 169 Utf8Decoder<kBufferSize>::Utf8Decoder(const char* stream, unsigned length)
177 void Utf8Decoder<kBufferSize>::Reset(const char* stream, unsigned length) {
185 unsigned Utf8Decoder<kBufferSize>::WriteUtf16(uint16_t* data,
scanner.h 114 typedef unibrow::Utf8Decoder<512> Utf8Decoder;
116 StaticResource<Utf8Decoder>* utf8_decoder() {
135 StaticResource<Utf8Decoder> utf8_decoder_;
factory.cc 239 Access<UnicodeCache::Utf8Decoder>
    [all...]

Completed in 325 milliseconds