8 references to GetUtf8TextLength
System.Formats.Tar (8)
System\Formats\Tar\TarHeader.cs (2)
188
if (!string.IsNullOrEmpty(value) &&
GetUtf8TextLength
(value) > maxUtf8ByteLength)
270
if (!string.IsNullOrEmpty(value) &&
GetUtf8TextLength
(value) > maxUtf8ByteLength)
System\Formats\Tar\TarHeader.Write.cs (6)
560
int encodedLength =
GetUtf8TextLength
(name);
585
if (
GetUtf8TextLength
(_name) > MaxPathName)
682
if (
GetUtf8TextLength
(linkName) > FieldLengths.LinkName)
740
if (
GetUtf8TextLength
(uName) > FieldLengths.UName)
758
if (
GetUtf8TextLength
(gName) > FieldLengths.GName)
1201
Debug.Assert(
GetUtf8TextLength
(text) > utf8MaxLength);