7 references to GetUtf8TextLength
System.Formats.Tar (7)
System\Formats\Tar\TarHeader.Write.cs (7)
562
int encodedLength =
GetUtf8TextLength
(name);
587
if (
GetUtf8TextLength
(_name) > MaxPathName)
684
if (
GetUtf8TextLength
(linkName) > FieldLengths.LinkName)
742
if (
GetUtf8TextLength
(uName) > FieldLengths.UName)
760
if (
GetUtf8TextLength
(gName) > FieldLengths.GName)
1007
if (string.IsNullOrEmpty(value) ||
GetUtf8TextLength
(value) <= maxLength)
1264
Debug.Assert(
GetUtf8TextLength
(text) > utf8MaxLength);