15 references to AllCharsInUInt32AreAscii
System.Private.CoreLib (15)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (15)
892
if (!
AllCharsInUInt32AreAscii
(currentUInt32 | nextUInt32))
897
if (
AllCharsInUInt32AreAscii
(currentUInt32))
915
if (!
AllCharsInUInt32AreAscii
(currentUInt32))
945
Debug.Assert(!
AllCharsInUInt32AreAscii
(currentUInt32), "Shouldn't have reached this point if we have an all-ASCII input.");
1168
Debug.Assert(!
AllCharsInUInt32AreAscii
(currentDWord), "Shouldn't be here unless we see non-ASCII data.");
1216
if (!
AllCharsInUInt32AreAscii
(currentDWord | nextDWord))
1221
if (
AllCharsInUInt32AreAscii
(currentDWord))
1240
if (!
AllCharsInUInt32AreAscii
(currentDWord))
1326
Debug.Assert(
AllCharsInUInt32AreAscii
(value));
1372
if (!
AllCharsInUInt32AreAscii
(utf16Data32BitsHigh | utf16Data32BitsLow))
1418
if (!
AllCharsInUInt32AreAscii
(utf16Data32BitsHigh | utf16Data32BitsLow))
1436
if (!
AllCharsInUInt32AreAscii
(utf16Data32BitsHigh))
1477
if (
AllCharsInUInt32AreAscii
(utf16Data32BitsHigh))
1498
if (
AllCharsInUInt32AreAscii
(utf16Data32BitsHigh))
1508
Debug.Assert(!
AllCharsInUInt32AreAscii
(utf16Data32BitsHigh), "Shouldn't have reached this point if we have an all-ASCII input.");