Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp585 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
588 Result.push_back(ThirdByte); in encodeUTF8()
592 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local
596 Result.push_back(ThirdByte); in encodeUTF8()