23 references to AllCharsInUInt32AreAscii
System.Private.CoreLib (23)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (4)
193if (!Utf16Utility.AllCharsInUInt32AreAscii((uint)temp | (uint)(temp >> 32))) 226if (!Utf16Utility.AllCharsInUInt32AreAscii(valueAu32 | valueBu32)) 278if (Utf16Utility.AllCharsInUInt32AreAscii(valueAu32) || Utf16Utility.AllCharsInUInt32AreAscii(valueBu32))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
333if (!Utf16Utility.AllCharsInUInt32AreAscii(tempValue))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Marvin.OrdinalIgnoreCase.cs (1)
30if (!Utf16Utility.AllCharsInUInt32AreAscii(tempValue))
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (5)
878if (!Utf16Utility.AllCharsInUInt32AreAscii(p0 | p1)) 892if (!Utf16Utility.AllCharsInUInt32AreAscii(p0)) 927if (!Utf16Utility.AllCharsInUInt32AreAscii(p0 | p1)) 948if (!Utf16Utility.AllCharsInUInt32AreAscii(p0 | p1)) 959if (!Utf16Utility.AllCharsInUInt32AreAscii(p0))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
391if (!Utf16Utility.AllCharsInUInt32AreAscii(nextBlockAsUInt32))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf16Utility.cs (6)
46Debug.Assert(AllCharsInUInt32AreAscii(value)); 76Debug.Assert(AllCharsInUInt32AreAscii(value)); 162Debug.Assert(AllCharsInUInt32AreAscii(value)); 187Debug.Assert(AllCharsInUInt32AreAscii(value)); 213Debug.Assert(AllCharsInUInt32AreAscii(valueA)); 214Debug.Assert(AllCharsInUInt32AreAscii(valueB));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (5)
918if (Utf16Utility.AllCharsInUInt32AreAscii(thisDWord)) 1099if (Utf16Utility.AllCharsInUInt32AreAscii(thisDWord)) 1123if (!Utf16Utility.AllCharsInUInt32AreAscii(thisDWord | secondDWord)) 1147if (Utf16Utility.AllCharsInUInt32AreAscii(thisDWord)) 1164Debug.Assert(!Utf16Utility.AllCharsInUInt32AreAscii(thisDWord)); // this should have been handled earlier