7 references to GetUtf8TextLength
System.Formats.Tar (7)
System\Formats\Tar\TarHeader.Write.cs (7)
525int encodedLength = GetUtf8TextLength(name); 550if (GetUtf8TextLength(_name) > MaxPathName) 647if (GetUtf8TextLength(linkName) > FieldLengths.LinkName) 705if (GetUtf8TextLength(uName) > FieldLengths.UName) 723if (GetUtf8TextLength(gName) > FieldLengths.GName) 970if (string.IsNullOrEmpty(value) || GetUtf8TextLength(value) <= maxLength) 1189Debug.Assert(GetUtf8TextLength(text) > utf8MaxLength);