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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1739 const UInt32 kMaxCodePoint3 = (static_cast<UInt32>(1) << (4 + 2*6)) - 1; member in namespace:testing::internal
1772 } else if (code_point <= kMaxCodePoint3) {

Completed in 23 milliseconds