7 references to GetUtf8TextLength
System.Formats.Tar (7)
System\Formats\Tar\TarHeader.Write.cs (7)
525
int encodedLength =
GetUtf8TextLength
(name);
550
if (
GetUtf8TextLength
(_name) > MaxPathName)
647
if (
GetUtf8TextLength
(linkName) > FieldLengths.LinkName)
705
if (
GetUtf8TextLength
(uName) > FieldLengths.UName)
723
if (
GetUtf8TextLength
(gName) > FieldLengths.GName)
970
if (string.IsNullOrEmpty(value) ||
GetUtf8TextLength
(value) <= maxLength)
1189
Debug.Assert(
GetUtf8TextLength
(text) > utf8MaxLength);