Home
last modified time | relevance | path

Searched refs:kTwoHighestBits (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsysdeps_win32.cpp2450 const char kTwoHighestBits = 0xC0u; in ParseCompleteUTF8() local
2455 } else if ((ch & kTwoHighestBits) == kTwoHighestBits) { // top two highest bits set in ParseCompleteUTF8()