Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static char | ToUpper (char c) |
static void | ToUpperOrdinal (ReadOnlySpan< char > source, Span< char > destination) |
static int | CompareStringIgnoreCase (ref char strA, int lengthA, ref char strB, int lengthB) |
static unsafe int | IndexOf (ReadOnlySpan< char > source, ReadOnlySpan< char > value) |
static unsafe int | LastIndexOf (ReadOnlySpan< char > source, ReadOnlySpan< char > value) |
Properties | |
static ReadOnlySpan< byte > | s_casingTableInit [get] |
Static Private Member Functions | |
static ushort[][] | InitCasingTable () |
static unsafe ushort[] | InitOrdinalCasingPage (int pageNumber) |
Static Private Attributes | |
static ushort[] | s_noCasingPage = Array.Empty<ushort>() |
static ushort[] | s_basicLatin |
static ushort[][] | s_casingTable = InitCasingTable() |
Definition at line 9 of file OrdinalCasing.cs.