6 references to Int7BitEncodingUtils
Microsoft.AspNetCore.Shared.Tests (6)
Encoding\Int7BitEncodingUtilsTests.cs (6)
255
var expectedByteCount =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(value);
296
var expectedByteCount =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(longString);
320
var actualLength =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(value);
328
var length =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(null!);
338
var length =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(longString);
350
var length =
Int7BitEncodingUtils
.Measure7BitEncodedStringLength(utf8String);