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