Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
Dnode_string.cc23 size_t utf16_length = simdutf::convert_utf8_to_utf16( in builderAppendQuotedString() local
44 size_t utf16_length = simdutf::convert_utf8_to_utf16( in parseJSON() local
Dmain_thread_interface.cc292 size_t utf16_length = simdutf::convert_utf8_to_utf16( in Utf8ToStringView() local
/third_party/node/deps/v8/src/strings/
Dunicode-decoder.h59 int utf16_length() const { return utf16_length_; } in utf16_length() function