Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc1407 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1436 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/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/google-breakpad/src/testing/gtest/src/
Dgtest.cc1408 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1437 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1734 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1766 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/mesa3d/src/gtest/src/
Dgtest.cc1733 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1765 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/swiftshader/third_party/llvm-7.0/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/googletest/googletest/src/
Dgtest.cc1751 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
1783 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc3181 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable
3213 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()