1 reference to UInt32ContainsAnyUppercaseAsciiChar
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
295
if ((toUpper) ? Utf16Utility.UInt32ContainsAnyLowercaseAsciiChar(tempValue) : Utf16Utility.
UInt32ContainsAnyUppercaseAsciiChar
(tempValue))