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