Home
last modified time | relevance | path

Searched refs:TrailSurrogate (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dliteral-buffer.cc81 unibrow::Utf16::TrailSurrogate(code_unit); in AddTwoByteChar()
H A Dscanner-character-streams.cc689 *(output_cursor++) = unibrow::Utf16::TrailSurrogate(t); in FillBufferFromCurrentChunk()
706 *(output_cursor++) = unibrow::Utf16::TrailSurrogate(t); in FillBufferFromCurrentChunk()
/third_party/node/deps/v8/src/strings/
H A Dunicode-decoder.cc65 *(out++) = unibrow::Utf16::TrailSurrogate(t); in Decode()
H A Dunicode.h128 static inline uint16_t TrailSurrogate(uint32_t char_code) { in TrailSurrogate() function in unibrow::Utf16
H A Duri.cc61 buffer->push_back(unibrow::Utf16::TrailSurrogate(value)); in DecodeOctets()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc99 two_byte_buffer.push_back(unibrow::Utf16::TrailSurrogate(code)); in BUILTIN()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc280 base::uc16 from_t = unibrow::Utf16::TrailSurrogate(from); in AddNonBmpSurrogatePairs()
282 base::uc16 to_t = unibrow::Utf16::TrailSurrogate(to); in AddNonBmpSurrogatePairs()
H A Dregexp-parser.cc1067 v->push_back(unibrow::Utf16::TrailSurrogate(code_unit)); in push_code_unit()
2143 AddTrailSurrogate(unibrow::Utf16::TrailSurrogate(c)); in AddUnicodeCharacter()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc1109 *sink++ = unibrow::Utf16::TrailSurrogate(value); in DecodeString()

Completed in 13 milliseconds