Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1990 constexpr uint32_t kMaxCodePoint2 = (static_cast<uint32_t>(1) << (5 + 6)) - 1; variable
2024 } else if (code_point <= kMaxCodePoint2) { in CodePointToUtf8()