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