Searched defs:FourthByte (Results 1 - 1 of 1) sorted by relevance

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

Completed in 293 milliseconds