Introduce Utf8Span, which is a span of UTF-8 text (dotnet/coreclr#26711)
commit23fac785dbfc2dca4f7646ef43d21bf8d340f449
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>
Thu, 26 Sep 2019 00:36:44 +0000 (25 17:36 -0700)
committerMarek Safar <marek.safar@gmail.com>
Thu, 26 Sep 2019 08:10:42 +0000 (26 10:10 +0200)
tree8a85a54eb2d0d50740f929954d77cc3a712cbe4d
parentf5bb650f784f7d9021178633e7da3b7984122b68
Introduce Utf8Span, which is a span of UTF-8 text (dotnet/coreclr#26711)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
netcore/System.Private.CoreLib/shared/System/Globalization/CompareInfo.cs
netcore/System.Private.CoreLib/shared/System/String.Manipulation.cs
netcore/System.Private.CoreLib/shared/System/Text/TrimType.cs [new file with mode: 0644]
netcore/System.Private.CoreLib/shared/System/Text/Unicode/Utf8Utility.Helpers.cs
netcore/System.Private.CoreLib/shared/System/Text/Unicode/Utf8Utility.WhiteSpace.cs [new file with mode: 0644]
netcore/System.Private.CoreLib/shared/System/Text/Unicode/Utf8Utility.cs