23 references to AllCharsInUInt32AreAscii
System.Private.CoreLib (23)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (4)
192if (!Utf16Utility.AllCharsInUInt32AreAscii((uint)temp | (uint)(temp >> 32))) 225if (!Utf16Utility.AllCharsInUInt32AreAscii(valueAu32 | valueBu32)) 277if (Utf16Utility.AllCharsInUInt32AreAscii(valueAu32) || Utf16Utility.AllCharsInUInt32AreAscii(valueBu32))
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
291if (!Utf16Utility.AllCharsInUInt32AreAscii(tempValue))
src\libraries\System.Private.CoreLib\src\System\Marvin.OrdinalIgnoreCase.cs (1)
29if (!Utf16Utility.AllCharsInUInt32AreAscii(tempValue))
src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (5)
940if (!Utf16Utility.AllCharsInUInt32AreAscii(p0 | p1)) 954if (!Utf16Utility.AllCharsInUInt32AreAscii(p0)) 989if (!Utf16Utility.AllCharsInUInt32AreAscii(p0 | p1)) 1010if (!Utf16Utility.AllCharsInUInt32AreAscii(p0 | p1)) 1021if (!Utf16Utility.AllCharsInUInt32AreAscii(p0))
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
390if (!Utf16Utility.AllCharsInUInt32AreAscii(nextBlockAsUInt32))
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf16Utility.cs (6)
44Debug.Assert(AllCharsInUInt32AreAscii(value)); 74Debug.Assert(AllCharsInUInt32AreAscii(value)); 160Debug.Assert(AllCharsInUInt32AreAscii(value)); 185Debug.Assert(AllCharsInUInt32AreAscii(value)); 211Debug.Assert(AllCharsInUInt32AreAscii(valueA)); 212Debug.Assert(AllCharsInUInt32AreAscii(valueB));
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (5)
916if (Utf16Utility.AllCharsInUInt32AreAscii(thisDWord)) 1076if (Utf16Utility.AllCharsInUInt32AreAscii(thisDWord)) 1100if (!Utf16Utility.AllCharsInUInt32AreAscii(thisDWord | secondDWord)) 1124if (Utf16Utility.AllCharsInUInt32AreAscii(thisDWord)) 1141Debug.Assert(!Utf16Utility.AllCharsInUInt32AreAscii(thisDWord)); // this should have been handled earlier