| 
| static bool  | AllBytesInUInt64AreAscii (ulong value) | 
|   | 
| static bool  | AllCharsInUInt32AreAscii (uint value) | 
|   | 
| static bool  | AllCharsInUInt64AreAscii (ulong value) | 
|   | 
| static bool  | FirstCharInUInt32IsAscii (uint value) | 
|   | 
| static unsafe nuint  | GetIndexOfFirstNonAsciiByte_Default (byte *pBuffer, nuint bufferLength) | 
|   | 
| static bool  | ContainsNonAsciiByte_Sse2 (uint sseMask) | 
|   | 
| static unsafe nuint  | GetIndexOfFirstNonAsciiByte_Intrinsified (byte *pBuffer, nuint bufferLength) | 
|   | 
| static unsafe nuint  | GetIndexOfFirstNonAsciiChar_Default (char *pBuffer, nuint bufferLength) | 
|   | 
| static unsafe nuint  | GetIndexOfFirstNonAsciiChar_Sse2 (char *pBuffer, nuint bufferLength) | 
|   | 
| static void  | NarrowFourUtf16CharsToAsciiAndWriteToBuffer (ref byte outputBuffer, ulong value) | 
|   | 
| static void  | NarrowTwoUtf16CharsToAsciiAndWriteToBuffer (ref byte outputBuffer, uint value) | 
|   | 
| static unsafe nuint  | NarrowUtf16ToAscii_Sse2 (char *pUtf16Buffer, byte *pAsciiBuffer, nuint elementCount) | 
|   | 
| static unsafe nuint  | WidenAsciiToUtf16_Intrinsified (byte *pAsciiBuffer, char *pUtf16Buffer, nuint elementCount) | 
|   | 
Definition at line 10 of file ASCIIUtility.cs.