Home | History | Annotate | Download | only in src

Lines Matching defs:kMaxAsciiCharCodeU

6979   static const unsigned kMaxAsciiCharCodeU = unibrow::Utf8::kMaxOneByteChar;
7082 if (static_cast<uint8_t>(*chars) > kMaxAsciiCharCodeU) return false;
7091 if (*chars > kMaxAsciiCharCodeU) return false;