8 references to GetUtf8TextLength
System.Formats.Tar (8)
System\Formats\Tar\TarHeader.cs (2)
191
if (!string.IsNullOrEmpty(value) &&
GetUtf8TextLength
(value) > maxUtf8ByteLength)
273
if (!string.IsNullOrEmpty(value) &&
GetUtf8TextLength
(value) > maxUtf8ByteLength)
System\Formats\Tar\TarHeader.Write.cs (6)
371
int encodedLength =
GetUtf8TextLength
(name);
396
if (
GetUtf8TextLength
(_name) > MaxPathName)
493
if (
GetUtf8TextLength
(linkName) > FieldLengths.LinkName)
551
if (
GetUtf8TextLength
(uName) > FieldLengths.UName)
569
if (
GetUtf8TextLength
(gName) > FieldLengths.GName)
987
Debug.Assert(
GetUtf8TextLength
(text) > utf8MaxLength);