Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_win32.cpp2643 const char kTwoHighestBits = 0xC0u; in ParseCompleteUTF8() local
2648 } else if ((ch & kTwoHighestBits) == kTwoHighestBits) { // top two highest bits set in ParseCompleteUTF8()