7 references to GetUtf8TextLength
System.Formats.Tar (7)
System\Formats\Tar\TarHeader.Write.cs (7)
515int encodedLength = GetUtf8TextLength(name); 540if (GetUtf8TextLength(_name) > MaxPathName) 650if (GetUtf8TextLength(linkName) > FieldLengths.LinkName) 708if (GetUtf8TextLength(uName) > FieldLengths.UName) 726if (GetUtf8TextLength(gName) > FieldLengths.GName) 931if (string.IsNullOrEmpty(value) || GetUtf8TextLength(value) <= maxLength) 1100Debug.Assert(GetUtf8TextLength(text) > utf8MaxLength);