6 references to ContainsNonAsciiByte_Sse2
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (6)
399
if (
ContainsNonAsciiByte_Sse2
(currentSseMask))
459
if (
ContainsNonAsciiByte_Sse2
(currentSseMask | secondSseMask))
505
if (
ContainsNonAsciiByte_Sse2
(currentSseMask))
540
if (
ContainsNonAsciiByte_Sse2
(currentSseMask))
575
if (!
ContainsNonAsciiByte_Sse2
(currentSseMask))
601
Debug.Assert(
ContainsNonAsciiByte_Sse2
(currentSseMask), "Shouldn't be here unless we see non-ASCII data.");