6 references to ConvertAllAsciiCharsInUInt32ToUppercase
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Marvin.OrdinalIgnoreCase.cs (3)
34
p0 += Utf16Utility.
ConvertAllAsciiCharsInUInt32ToUppercase
(tempValue);
55
p0 += Utf16Utility.
ConvertAllAsciiCharsInUInt32ToUppercase
(tempValue) + (0x800000u - 0x80u);
60
p0 += (Utf16Utility.
ConvertAllAsciiCharsInUInt32ToUppercase
(tempValue) << 16) + 0x8000u - 0x80000000u;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
396
? Utf16Utility.
ConvertAllAsciiCharsInUInt32ToUppercase
(nextBlockAsUInt32)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
1577
return UnsafeCreate(Utf16Utility.
ConvertAllAsciiCharsInUInt32ToUppercase
(value._value));
1605
return UnsafeCreate(Utf16Utility.
ConvertAllAsciiCharsInUInt32ToUppercase
(value._value));