Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc473 byte_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/googletest/googletest/include/gtest/internal/
Dgtest-port.h2031 const unsigned char low_byte = static_cast<unsigned char>(ch);
2032 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/swiftshader/third_party/llvm-7.0/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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h2273 const unsigned char low_byte = static_cast<unsigned char>(ch);
2274 return ch == low_byte && isxdigit(low_byte) != 0;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h2286 const unsigned char low_byte = static_cast<unsigned char>(ch);
2287 return ch == low_byte && isxdigit(low_byte) != 0;
/external/epid-sdk/ext/gtest/
Dgtest.h3559 const unsigned char low_byte = static_cast<unsigned char>(ch);
3560 return ch == low_byte && isxdigit(low_byte) != 0;