Home | History | Annotate | Download | only in gtest

Lines Matching refs:low_byte

2788   const unsigned char low_byte = static_cast<unsigned char>(ch);
2789 return ch == low_byte && isxdigit(low_byte) != 0;