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

  /external/chromium_org/v8/src/
unicode.h 198 class Utf8Decoder : public Utf8DecoderBase {
200 inline Utf8Decoder() {}
201 inline Utf8Decoder(const char* stream, unsigned length);
unicode-inl.h 182 Utf8Decoder<kBufferSize>::Utf8Decoder(const char* stream, unsigned length)
190 void Utf8Decoder<kBufferSize>::Reset(const char* stream, unsigned length) {
198 unsigned Utf8Decoder<kBufferSize>::WriteUtf16(uint16_t* data,
scanner.h 129 typedef unibrow::Utf8Decoder<512> Utf8Decoder;
131 StaticResource<Utf8Decoder>* utf8_decoder() {
145 StaticResource<Utf8Decoder> utf8_decoder_;
debug-agent.cc 195 unibrow::Utf8Decoder<128> decoder(msg, StrLength(msg));
heap.cc     [all...]
  /external/v8/src/
scanner.h 148 typedef unibrow::Utf8InputBuffer<1024> Utf8Decoder;
150 StaticResource<Utf8Decoder>* utf8_decoder() {
164 StaticResource<Utf8Decoder> utf8_decoder_;
318 typedef unibrow::Utf8InputBuffer<1024> Utf8Decoder;
heap.cc     [all...]
objects.cc     [all...]

Completed in 121 milliseconds