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