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

  /external/v8/src/
unicode-decoder.cc 37 *buffer++ = Utf16::TrailSurrogate(character);
74 *data++ = Utf16::TrailSurrogate(character);
unicode.h 125 static inline uint16_t TrailSurrogate(uint32_t char_code) {
uri.cc 58 buffer->Add(unibrow::Utf16::TrailSurrogate(value));
objects.cc     [all...]
  /external/v8/src/regexp/
regexp-parser.cc 719 v->push_back(unibrow::Utf16::TrailSurrogate(code_unit));
    [all...]
jsregexp.cc     [all...]
  /external/v8/src/parsing/
scanner-character-streams.cc 329 *(cursor++) = unibrow::Utf16::TrailSurrogate(t);
scanner.cc 126 unibrow::Utf16::TrailSurrogate(code_unit);
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 672 two_byte_buffer.Add(unibrow::Utf16::TrailSurrogate(code));
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 70 milliseconds