Add more char.Is* helpers for common ASCII sets (#69318)
authorStephen Toub <stoub@microsoft.com>
Wed, 18 May 2022 15:04:39 +0000 (11:04 -0400)
committerGitHub <noreply@github.com>
Wed, 18 May 2022 15:04:39 +0000 (11:04 -0400)
commit9260c249140ef90b4299d0fe1aa3037e25228518
tree9bacd309da338246b61b44fb8b7a8df652f7418a
parent2291ac9b5f40482bcc465b1054d1495592fcebc3
Add more char.Is* helpers for common ASCII sets (#69318)

* Add more char.Is helpers for common ASCII sets

* Fix hex tests
76 files changed:
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs
src/libraries/Common/src/System/Globalization/FormatProvider.Number.cs
src/libraries/Common/src/System/IO/PathInternal.Windows.cs
src/libraries/Common/src/System/Net/IPv4AddressHelper.Common.cs
src/libraries/Common/src/System/Net/IPv6AddressHelper.Common.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/CreditCardAttribute.cs
src/libraries/System.ComponentModel.TypeConverter/src/System/ComponentModel/MaskedTextProvider.cs
src/libraries/System.Console/src/System/ConsolePal.Unix.cs
src/libraries/System.Console/src/System/IO/StdInReader.cs
src/libraries/System.Console/src/System/TermInfo.cs
src/libraries/System.Data.Common/src/System/Data/SQLTypes/SQLDecimal.cs
src/libraries/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.Unix.cs
src/libraries/System.Net.Http/src/System/Net/Http/Headers/AltSvcHeaderParser.cs
src/libraries/System.Net.Http/src/System/Net/Http/Headers/RetryConditionHeaderValue.cs
src/libraries/System.Net.Http/src/System/Net/Http/HttpRuleParser.cs
src/libraries/System.Net.Http/src/System/Net/Http/MultipartContent.cs
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpListenerRequest.Managed.cs
src/libraries/System.Net.Mail/src/System/Net/Mime/QEncoder.cs
src/libraries/System.Net.Primitives/src/System/Net/Cookie.cs
src/libraries/System.Net.Primitives/src/System/Net/CookieContainer.cs
src/libraries/System.Net.WebClient/src/System/Net/WebClient.cs
src/libraries/System.Private.CoreLib/src/System/Char.cs
src/libraries/System.Private.CoreLib/src/System/Enum.cs
src/libraries/System.Private.CoreLib/src/System/Environment.OSVersion.Unix.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Icu.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Icu.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Nls.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfoScanner.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/IcuLocaleData.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/IdnMapping.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/Ordinal.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/TimeSpanParse.cs
src/libraries/System.Private.CoreLib/src/System/IO/DriveInfoInternal.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Net/WebUtility.cs
src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs
src/libraries/System.Private.CoreLib/src/System/Number.NumberBuffer.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyName.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameParser.cs
src/libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs
src/libraries/System.Private.CoreLib/src/System/Text/ValueStringBuilder.AppendFormat.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.FullGlobalizationData.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.StringSerializer.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.Android.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.cs
src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/DataContract.cs
src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlBaseReader.cs
src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlBinaryWriter.cs
src/libraries/System.Private.Uri/src/System/DomainNameHelper.cs
src/libraries/System.Private.Uri/src/System/IPv6AddressHelper.cs
src/libraries/System.Private.Uri/src/System/UncNameHelper.cs
src/libraries/System.Private.Uri/src/System/Uri.cs
src/libraries/System.Private.Uri/src/System/UriExt.cs
src/libraries/System.Private.Uri/src/System/UriHelper.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/Inference/Infer.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XsdDuration.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Runtime/DecimalFormatter.cs
src/libraries/System.Runtime.Extensions/tests/System/Convert.cs
src/libraries/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs
src/libraries/System.Runtime.Numerics/tests/BigInteger/BigIntegerToStringTests.cs
src/libraries/System.Runtime.Numerics/tests/BigInteger/parse.cs
src/libraries/System.Runtime.Serialization.Xml/tests/SerializationTestTypes/DataContract.cs
src/libraries/System.Runtime/ref/System.Runtime.cs
src/libraries/System.Runtime/tests/System/CharTests.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/PemEncoding.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/FindPal.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/OpenSslX509ChainProcessor.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X500DistinguishedNameBuilder.cs
src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Emitter.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCharClass.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCompiler.cs
src/libraries/System.Web.HttpUtility/src/System/Web/Util/HttpEncoderUtility.cs
src/libraries/System.Web.HttpUtility/tests/HttpUtility/HttpUtilityTest.cs