Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dliteral-buffer.cc77 unibrow::Utf16::LeadSurrogate(code_unit); in AddTwoByteChar()
H A Dscanner-character-streams.cc688 *(output_cursor++) = unibrow::Utf16::LeadSurrogate(t); in FillBufferFromCurrentChunk()
705 *(output_cursor++) = unibrow::Utf16::LeadSurrogate(t); in FillBufferFromCurrentChunk()
/third_party/node/deps/v8/src/strings/
H A Dunicode-decoder.cc64 *(out++) = unibrow::Utf16::LeadSurrogate(t); in Decode()
H A Dunicode.h125 static inline uint16_t LeadSurrogate(uint32_t char_code) { in LeadSurrogate() function in unibrow::Utf16
H A Duri.cc60 buffer->push_back(unibrow::Utf16::LeadSurrogate(value)); in DecodeOctets()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc98 two_byte_buffer.push_back(unibrow::Utf16::LeadSurrogate(code)); in BUILTIN()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc279 base::uc16 from_l = unibrow::Utf16::LeadSurrogate(from); in AddNonBmpSurrogatePairs()
281 base::uc16 to_l = unibrow::Utf16::LeadSurrogate(to); in AddNonBmpSurrogatePairs()
H A Dregexp-parser.cc1066 v->push_back(unibrow::Utf16::LeadSurrogate(code_unit)); in push_code_unit()
2142 AddLeadSurrogate(unibrow::Utf16::LeadSurrogate(c)); in AddUnicodeCharacter()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc1108 *sink++ = unibrow::Utf16::LeadSurrogate(value); in DecodeString()

Completed in 13 milliseconds