Home
last modified time | relevance | path

Searched refs:two_byte_string (Results 1 – 2 of 2) sorted by relevance

/third_party/node/benchmark/napi/string/
Dbinding.c20 const char16_t* two_byte_string = variable
49 DECLARE_BINDING(Utf16, utf16, two_byte_string) in DECLARE_BINDING()
/third_party/node/deps/v8/src/strings/
Dstring-builder-inl.h235 auto two_byte_string = SeqTwoByteString::cast(string_); in ~NoExtend() local
236 end = reinterpret_cast<DestChar*>(two_byte_string.GetChars(no_gc_) + in ~NoExtend()
237 two_byte_string.length()); in ~NoExtend()