Home
last modified time | relevance | path

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

/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1949 const unsigned char low_byte = static_cast<unsigned char>(ch);
1950 return ch == low_byte && isxdigit(low_byte) != 0;
1953 const unsigned char low_byte = static_cast<unsigned char>(ch);
1954 return ch == low_byte && isxdigit(low_byte) != 0;
1957 const unsigned char low_byte = static_cast<unsigned char>(ch);
1958 return ch == low_byte && isxdigit(low_byte) != 0;
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc473 uint8_t low_byte = c & 0xff; in GlyphId() local
477 low_byte = high_byte; in GlyphId()
484 if (low_byte < first_code || low_byte >= first_code + entry_count) { in GlyphId()
494 (low_byte - first_code) * DataSize::kUSHORT; in GlyphId()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1933 const unsigned char low_byte = static_cast<unsigned char>(ch);
1934 return ch == low_byte && isxdigit(low_byte) != 0;
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-port.h1994 const unsigned char low_byte = static_cast<unsigned char>(ch);
1995 return ch == low_byte && isxdigit(low_byte) != 0;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1909 const unsigned char low_byte = static_cast<unsigned char>(ch);
1910 return ch == low_byte && isxdigit(low_byte) != 0;
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h2282 const unsigned char low_byte = static_cast<unsigned char>(ch);
2283 return ch == low_byte && isxdigit(low_byte) != 0;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h2420 const unsigned char low_byte = static_cast<unsigned char>(ch);
2421 return ch == low_byte && isxdigit(low_byte) != 0;
/external/fmtlib/test/gtest/
Dgtest.h2788 const unsigned char low_byte = static_cast<unsigned char>(ch);
2789 return ch == low_byte && isxdigit(low_byte) != 0;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h3548 const unsigned char low_byte = static_cast<unsigned char>(ch);
3549 return ch == low_byte && isxdigit(low_byte) != 0;