Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp593 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
597 Result.push_back(FourthByte); in encodeUTF8()