10 references to AllCharsInUInt64AreAscii
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (2)
286
if (Utf16Utility.
AllCharsInUInt64AreAscii
(valueAu64) || Utf16Utility.
AllCharsInUInt64AreAscii
(valueBu64))
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
331
if (!Utf16Utility.
AllCharsInUInt64AreAscii
(nextBlockAsUInt64))
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf16Utility.cs (4)
103
Debug.Assert(
AllCharsInUInt64AreAscii
(value));
132
Debug.Assert(
AllCharsInUInt64AreAscii
(value));
268
Debug.Assert(
AllCharsInUInt64AreAscii
(valueA));
269
Debug.Assert(
AllCharsInUInt64AreAscii
(valueB));
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (3)
1001
if (!Utf16Utility.
AllCharsInUInt64AreAscii
(possibleNonAsciiQWord))
1049
if (Utf16Utility.
AllCharsInUInt64AreAscii
(possibleNonAsciiQWord)) // all chars in first QWORD are ASCII
1073
Debug.Assert(!Utf16Utility.
AllCharsInUInt64AreAscii
(possibleNonAsciiQWord)); // this condition should've been checked earlier