Home | History | Annotate | Download | only in Support

Lines Matching refs:FourthByte

593     uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F);
597 Result.push_back(FourthByte);