7 references to GetUtf8TextLength
System.Formats.Tar (7)
System\Formats\Tar\TarHeader.Write.cs (7)
561
int encodedLength =
GetUtf8TextLength
(name);
586
if (
GetUtf8TextLength
(_name) > MaxPathName)
683
if (
GetUtf8TextLength
(linkName) > FieldLengths.LinkName)
741
if (
GetUtf8TextLength
(uName) > FieldLengths.UName)
759
if (
GetUtf8TextLength
(gName) > FieldLengths.GName)
1006
if (string.IsNullOrEmpty(value) ||
GetUtf8TextLength
(value) <= maxLength)
1231
Debug.Assert(
GetUtf8TextLength
(text) > utf8MaxLength);