6 references to AllCharsInUInt64AreAscii
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (6)
60
:
AllCharsInUInt64AreAscii
(value);
1193
if (!
AllCharsInUInt64AreAscii
(candidateUInt64))
1267
Debug.Assert(
AllCharsInUInt64AreAscii
(value));
1359
if (!
AllCharsInUInt64AreAscii
(utf16Data64Bits))
1403
if (!
AllCharsInUInt64AreAscii
(utf16Data64Bits))
1625
AdvSimd.Arm64.IsSupported ?
AllCharsInUInt64AreAscii
(AdvSimd.Arm64.MaxPairwise(vector.AsUInt16(), vector.AsUInt16()).AsUInt64().ToScalar()) :