27 references to AllBytesInUInt32AreAscii
System.Private.CoreLib (27)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.cs (1)
61
return
AllBytesInUInt32AreAscii
(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (14)
270
if (!
AllBytesInUInt32AreAscii
(currentUInt32 | nextUInt32))
275
if (
AllBytesInUInt32AreAscii
(currentUInt32))
293
if (!
AllBytesInUInt32AreAscii
(currentUInt32))
306
if (!
AllBytesInUInt32AreAscii
(currentUInt32))
338
Debug.Assert(!
AllBytesInUInt32AreAscii
(currentUInt32), "Shouldn't have reached this point if we have an all-ASCII input.");
619
Debug.Assert(!
AllBytesInUInt32AreAscii
(currentDWord), "Shouldn't be here unless we see non-ASCII data.");
658
if (!
AllBytesInUInt32AreAscii
(currentDWord | nextDWord))
663
if (
AllBytesInUInt32AreAscii
(currentDWord))
682
if (!
AllBytesInUInt32AreAscii
(currentDWord))
697
if (!
AllBytesInUInt32AreAscii
(currentDWord))
2109
if (!
AllBytesInUInt32AreAscii
(asciiData))
2124
if (!
AllBytesInUInt32AreAscii
(asciiData))
2167
Debug.Assert(!
AllBytesInUInt32AreAscii
(asciiData), "Shouldn't have reached this point if we have an all-ASCII input.");
2280
Debug.Assert(
AllBytesInUInt32AreAscii
(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.Helpers.cs (1)
49
Debug.Assert(!
AllBytesInUInt32AreAscii
(value), "Caller shouldn't provide an all-ASCII value.");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (5)
81
if (Ascii.
AllBytesInUInt32AreAscii
(thisDWord))
109
if (!Ascii.
AllBytesInUInt32AreAscii
(thisDWord | secondDWord))
128
if (Ascii.
AllBytesInUInt32AreAscii
(thisDWord))
136
Debug.Assert(!Ascii.
AllBytesInUInt32AreAscii
(secondDWord));
154
Debug.Assert(!Ascii.
AllBytesInUInt32AreAscii
(thisDWord)); // this should have been handled earlier
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (6)
87
if (Ascii.
AllBytesInUInt32AreAscii
(thisDWord))
107
if (!Ascii.
AllBytesInUInt32AreAscii
(thisDWord))
174
if (!Ascii.
AllBytesInUInt32AreAscii
(((uint*)pInputBuffer)[0] | ((uint*)pInputBuffer)[1]))
179
if (!Ascii.
AllBytesInUInt32AreAscii
(((uint*)pInputBuffer)[2] | ((uint*)pInputBuffer)[3]))
226
if (Ascii.
AllBytesInUInt32AreAscii
(thisDWord))
240
Debug.Assert(!Ascii.
AllBytesInUInt32AreAscii
(thisDWord)); // this should have been handled earlier