6 references to Int7BitEncodingUtils
Microsoft.AspNetCore.Shared.Tests (6)
Encoding\Int7BitEncodingUtilsTests.cs (6)
239
var expectedByteCount =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(value);
280
var expectedByteCount =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(longString);
304
var actualLength =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(value);
312
var length =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(null!);
322
var length =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(longString);
334
var length =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(utf8String);