Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1407 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1436 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc1733 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1765 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1778 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1810 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc1742 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1774 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/mesa3d/src/gtest/src/
Dgtest.cc1738 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1770 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/googletest/googletest/src/
Dgtest.cc1904 constexpr uint32_t kMaxCodePoint1 = (static_cast<uint32_t>(1) << 7) - 1; variable
1936 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1840 constexpr uint32_t kMaxCodePoint1 = (static_cast<uint32_t>(1) << 7) - 1; variable
1874 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/fmtlib/test/
Dgmock-gtest-all.cc2822 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
2854 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc3181 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
3213 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()