6 references to AllCharsInUInt64AreAscii
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (6)
61
:
AllCharsInUInt64AreAscii
(value);
1197
if (!
AllCharsInUInt64AreAscii
(candidateUInt64))
1271
Debug.Assert(
AllCharsInUInt64AreAscii
(value));
1363
if (!
AllCharsInUInt64AreAscii
(utf16Data64Bits))
1407
if (!
AllCharsInUInt64AreAscii
(utf16Data64Bits))
1629
AdvSimd.Arm64.IsSupported ?
AllCharsInUInt64AreAscii
(AdvSimd.Arm64.MaxPairwise(vector.AsUInt16(), vector.AsUInt16()).AsUInt64().ToScalar()) :