Searched refs:kHighBit (Results 1 – 1 of 1) sorted by relevance
2348 const char kHighBit = 0x80u; in ParseCompleteUTF8() local2350 if ((ch & kHighBit) == 0) { // high bit not set in ParseCompleteUTF8()