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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1736 const UInt32 kMaxCodePoint2 = (static_cast<UInt32>(1) << (5 + 6)) - 1; member in namespace:testing::internal
1768 } else if (code_point <= kMaxCodePoint2) {

Completed in 24 milliseconds