7 references to GetUtf8TextLength
System.Formats.Tar (7)
System\Formats\Tar\TarHeader.Write.cs (7)
560int encodedLength = GetUtf8TextLength(name); 585if (GetUtf8TextLength(_name) > MaxPathName) 682if (GetUtf8TextLength(linkName) > FieldLengths.LinkName) 740if (GetUtf8TextLength(uName) > FieldLengths.UName) 758if (GetUtf8TextLength(gName) > FieldLengths.GName) 1005if (string.IsNullOrEmpty(value) || GetUtf8TextLength(value) <= maxLength) 1262Debug.Assert(GetUtf8TextLength(text) > utf8MaxLength);