terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Package Functions | |
static string | ParseCanonicalName (string str, int start, int end, bool loopback) |
static unsafe bool | IsValid (char *name, ushort pos, int returnedEnd, bool notCanonical, bool notImplicitFile) |
static unsafe bool | IsValidByIri (char *name, ushort pos, int returnedEnd, bool notCanonical, bool notImplicitFile) |
static unsafe string | IdnEquivalent (char *hostname, int start, int end, bool allAscii, bool atLeastOneValidIdn) |
static unsafe string | IdnEquivalent (char *hostname, int start, int end, bool allAscii, string bidiStrippedHost) |
static unsafe string | UnicodeEquivalent (string idnHost, char *hostname, int start, int end) |
static unsafe string | UnicodeEquivalent (char *hostname, int start, int end, bool allAscii, bool atLeastOneValidIdn) |
Static Private Member Functions | |
static bool | IsIdnAce (string input, int index) |
static unsafe bool | IsIdnAce (char *input, int index) |
static bool | IsASCIILetterOrDigit (char character, bool notCanonical) |
static bool | IsValidDomainLabelCharacter (char character, bool notCanonical) |
Definition at line 7 of file DomainNameHelper.cs.