Home
last modified time | relevance | path

Searched refs:kMaxExtraUtf8BytesForOneUtf16CodeUnit (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/strings/
Dunicode.h121 static const int kMaxExtraUtf8BytesForOneUtf16CodeUnit = 3; variable
/third_party/node/deps/v8/tools/debug_helper/
Dget-object-properties.cc234 string_.size() * unibrow::Utf16::kMaxExtraUtf8BytesForOneUtf16CodeUnit); in GetString()
/third_party/node/deps/v8/src/api/
Dapi.cc5579 STATIC_ASSERT(unibrow::Utf16::kMaxExtraUtf8BytesForOneUtf16CodeUnit == 3); in WriteUtf8Impl()