7 references to GetUtf8TextLength
System.Formats.Tar (7)
System\Formats\Tar\TarHeader.Write.cs (7)
561int encodedLength = GetUtf8TextLength(name); 586if (GetUtf8TextLength(_name) > MaxPathName) 683if (GetUtf8TextLength(linkName) > FieldLengths.LinkName) 741if (GetUtf8TextLength(uName) > FieldLengths.UName) 759if (GetUtf8TextLength(gName) > FieldLengths.GName) 1006if (string.IsNullOrEmpty(value) || GetUtf8TextLength(value) <= maxLength) 1231Debug.Assert(GetUtf8TextLength(text) > utf8MaxLength);