static bool IsBmpCodePoint(uint value)
 
static ReadOnlySpan< byte > GetDefinedBmpCodePointsBitmapLittleEndian()
 
unsafe void ForbidChar(char value)
 
unsafe readonly bool IsCharAllowed(char value)
 
unsafe void AllowChar(char value)
 
unsafe void ForbidUndefinedCharacters()
 
unsafe fixed uint Bitmap[2048]
 
unsafe readonly bool IsCodePointAllowed(uint value)
 
static void _GetIndexAndOffset(uint value, out nuint index, out int offset)