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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1742 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
1760 if (code_point > kMaxCodePoint4) {
1777 } else { // code_point <= kMaxCodePoint4

Completed in 31 milliseconds