Searched refs:StringBytes (Results 1 – 1 of 1) sorted by relevance
1223 const uint8_t *End = StringBytes + Length - 1; in countTrailingNullBytes()1233 static unsigned countEmbeddedNulls(const uint8_t *StringBytes, in countEmbeddedNulls() argument1237 if (*StringBytes++ == 0) in countEmbeddedNulls()1272 unsigned Nulls = countEmbeddedNulls(StringBytes, NumChars); in guessCharByteSize()1280 static unsigned decodeMultiByteChar(const uint8_t *StringBytes, in decodeMultiByteChar() argument1285 StringBytes = StringBytes + Offset; in decodeMultiByteChar()1287 unsigned C = static_cast<unsigned>(StringBytes[I]); in decodeMultiByteChar()1377 uint8_t StringBytes[MaxStringByteLength]; in demangleStringLiteral() local1383 StringBytes[BytesDecoded++] = demangleCharLiteral(MangledName); in demangleStringLiteral()1390 guessCharByteSize(StringBytes, BytesDecoded, StringByteSize); in demangleStringLiteral()[all …]