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