Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc27 constexpr uint32_t kMaxUtf16CodeUnitU = 0xffff; variable
1255 base::uc32 to = std::min({range.to(), kMaxUtf16CodeUnitU}); in RationalizeConsecutiveAtoms()
1298 base::uc32 top = std::min({range.to(), kMaxUtf16CodeUnitU}); in RationalizeConsecutiveAtoms()
Dregexp-compiler.cc180 STATIC_ASSERT(String::kMaxUtf16CodeUnitU <= in MaxCodeUnit()
182 return one_byte ? String::kMaxOneByteCharCodeU : String::kMaxUtf16CodeUnitU; in MaxCodeUnit()
187 STATIC_ASSERT(base::bits::IsPowerOfTwo(String::kMaxUtf16CodeUnitU + 1)); in CharMask()
/third_party/node/deps/v8/src/objects/
Dstring.h479 static const uint32_t kMaxUtf16CodeUnitU = kMaxUtf16CodeUnit; variable