Searched refs:kTwoHighestBits (Results 1 – 1 of 1) sorted by relevance
2321 const char kTwoHighestBits = 0xC0u; in ParseCompleteUTF8() local2326 } else if ((ch & kTwoHighestBits) == kTwoHighestBits) { // top two highest bits set in ParseCompleteUTF8()