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