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

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1703 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
1721 if (code_point > kMaxCodePoint4) {
1738 } else { // code_point <= kMaxCodePoint4
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1416 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
1448 } else if (code_point <= kMaxCodePoint4) {
/external/gtest/src/
H A Dgtest.cc1419 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
1437 if (code_point > kMaxCodePoint4) {
1454 } else { // code_point <= kMaxCodePoint4
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1416 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
1448 } else if (code_point <= kMaxCodePoint4) {
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1416 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
1448 } else if (code_point <= kMaxCodePoint4) {
/external/protobuf/gtest/src/
H A Dgtest.cc1401 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
1433 } else if (code_point <= kMaxCodePoint4) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2903 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
2921 if (code_point > kMaxCodePoint4) {
2938 } else { // code_point <= kMaxCodePoint4
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2903 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; member in namespace:testing::internal
2921 if (code_point > kMaxCodePoint4) {
2938 } else { // code_point <= kMaxCodePoint4

Completed in 274 milliseconds