Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc27 constexpr uint32_t kMaxUtf16CodeUnitU = 0xffff; member
1255 base::uc32 to = std::min({range.to(), kMaxUtf16CodeUnitU}); in RationalizeConsecutiveAtoms()
1298 base::uc32 top = std::min({range.to(), kMaxUtf16CodeUnitU}); in RationalizeConsecutiveAtoms()
H A 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/
H A Dstring.h479 static const uint32_t kMaxUtf16CodeUnitU = kMaxUtf16CodeUnit;

Completed in 11 milliseconds