Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static int | CompareStringIgnoreCase (ref char strA, int lengthA, ref char strB, int lengthB) |
static int | CompareStringIgnoreCaseNonAscii (ref char strA, int lengthA, ref char strB, int lengthB) |
static bool | EqualsIgnoreCase (ref char charA, ref char charB, int length) |
static int | IndexOf (string source, string value, int startIndex, int count, bool ignoreCase) |
static int | IndexOfOrdinalIgnoreCase (ReadOnlySpan< char > source, ReadOnlySpan< char > value) |
static int | LastIndexOfOrdinalIgnoreCase (ReadOnlySpan< char > source, ReadOnlySpan< char > value) |
static int | ToUpperOrdinal (ReadOnlySpan< char > source, Span< char > destination) |
Definition at line 6 of file Ordinal.cs.