Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dsysdeps_win32.cpp2614 const char kHighBit = 0x80u; in ParseCompleteUTF8() local
2616 if ((ch & kHighBit) == 0) { // high bit not set in ParseCompleteUTF8()