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

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

Completed in 50 milliseconds