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