Searched refs:low_byte (Results 1 – 9 of 9) sorted by relevance
1949 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;
473 uint8_t low_byte = c & 0xff; in GlyphId() local477 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()
1933 const unsigned char low_byte = static_cast<unsigned char>(ch);1934 return ch == low_byte && isxdigit(low_byte) != 0;
1994 const unsigned char low_byte = static_cast<unsigned char>(ch);1995 return ch == low_byte && isxdigit(low_byte) != 0;
1909 const unsigned char low_byte = static_cast<unsigned char>(ch);1910 return ch == low_byte && isxdigit(low_byte) != 0;
2282 const unsigned char low_byte = static_cast<unsigned char>(ch);2283 return ch == low_byte && isxdigit(low_byte) != 0;
2420 const unsigned char low_byte = static_cast<unsigned char>(ch);2421 return ch == low_byte && isxdigit(low_byte) != 0;
2788 const unsigned char low_byte = static_cast<unsigned char>(ch);2789 return ch == low_byte && isxdigit(low_byte) != 0;
3548 const unsigned char low_byte = static_cast<unsigned char>(ch);3549 return ch == low_byte && isxdigit(low_byte) != 0;