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