Home
last modified time | relevance | path

Searched defs:utf16_length (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/strings/
H A Dunicode-decoder.h59 int utf16_length() const { return utf16_length_; } in utf16_length() function in v8::internal::final
/third_party/node/src/inspector/
H A Dnode_string.cc23 size_t utf16_length = simdutf::convert_utf8_to_utf16( in builderAppendQuotedString() local
30 utf16_length, in builderAppendQuotedString() local
44 size_t utf16_length = simdutf::convert_utf8_to_utf16( in parseJSON() local
[all...]
H A Dmain_thread_interface.cc292 size_t utf16_length = simdutf::convert_utf8_to_utf16( in Utf8ToStringView() local
294 StringView view(reinterpret_cast<uint16_t*>(buffer.out()), utf16_length); in Utf8ToStringView() local

Completed in 3 milliseconds