10 references to AllCharsInUInt64AreAscii
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (2)
287if (Utf16Utility.AllCharsInUInt64AreAscii(valueAu64) || Utf16Utility.AllCharsInUInt64AreAscii(valueBu64))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
332if (!Utf16Utility.AllCharsInUInt64AreAscii(nextBlockAsUInt64))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf16Utility.cs (4)
105Debug.Assert(AllCharsInUInt64AreAscii(value)); 134Debug.Assert(AllCharsInUInt64AreAscii(value)); 270Debug.Assert(AllCharsInUInt64AreAscii(valueA)); 271Debug.Assert(AllCharsInUInt64AreAscii(valueB));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (3)
1014if (!Utf16Utility.AllCharsInUInt64AreAscii(possibleNonAsciiQWord)) 1067if (Utf16Utility.AllCharsInUInt64AreAscii(possibleNonAsciiQWord)) // all chars in first QWORD are ASCII 1096Debug.Assert(!Utf16Utility.AllCharsInUInt64AreAscii(possibleNonAsciiQWord)); // this condition should've been checked earlier