Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1416 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; variable
1448 } else if (code_point <= kMaxCodePoint4) { in CodePointToUtf8()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc1742 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; variable
1760 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1787 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; variable
1805 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc1751 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; variable
1769 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()
/external/mesa3d/src/gtest/src/
Dgtest.cc1747 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; variable
1765 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()
/external/googletest/googletest/src/
Dgtest.cc1913 constexpr uint32_t kMaxCodePoint4 = (static_cast<uint32_t>(1) << (3 + 3*6)) - 1; variable
1931 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1850 constexpr uint32_t kMaxCodePoint4 = variable
1869 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()
/external/fmtlib/test/
Dgmock-gtest-all.cc2831 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3 * 6)) - 1; variable
2849 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc3190 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; variable
3208 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()