Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Unicode.Utf16Utility Class Reference

Static Public Member Functions

static unsafe char * GetPointerToFirstInvalidChar (char *pInputBuffer, int inputLength, out long utf8CodeUnitCountAdjustment, out int scalarCountAdjustment)
 

Static Package Functions

static bool AllCharsInUInt32AreAscii (uint value)
 
static bool AllCharsInUInt64AreAscii (ulong value)
 
static uint ConvertAllAsciiCharsInUInt32ToLowercase (uint value)
 
static uint ConvertAllAsciiCharsInUInt32ToUppercase (uint value)
 
static bool UInt32ContainsAnyLowercaseAsciiChar (uint value)
 
static bool UInt32ContainsAnyUppercaseAsciiChar (uint value)
 
static bool UInt32OrdinalIgnoreCaseAscii (uint valueA, uint valueB)
 
static bool UInt64OrdinalIgnoreCaseAscii (ulong valueA, ulong valueB)
 

Detailed Description

Definition at line 10 of file Utf16Utility.cs.


The documentation for this class was generated from the following file: