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

  /external/chromium_org/v8/src/
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,
unicode.h 186 class Utf8Decoder : public Utf8DecoderBase {
188 inline Utf8Decoder() {}
189 inline Utf8Decoder(const char* stream, unsigned length);
scanner.h 112 typedef unibrow::Utf8Decoder<512> Utf8Decoder;
114 StaticResource<Utf8Decoder>* utf8_decoder() {
133 StaticResource<Utf8Decoder> utf8_decoder_;

Completed in 75 milliseconds