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
|
Public Member Functions | |
bool | IsWhiteSpace (char ch) |
bool | IsNCNameSingleChar (char ch) |
bool | IsStartNCNameSingleChar (char ch) |
bool | IsNameSingleChar (char ch) |
bool | IsCharData (char ch) |
bool | IsPubidChar (char ch) |
bool | IsLetter (char ch) |
bool | IsNCNameCharXml4e (char ch) |
bool | IsStartNCNameCharXml4e (char ch) |
bool | IsNameCharXml4e (char ch) |
Static Public Member Functions | |
static bool | IsDigit (char ch) |
Package Functions | |
bool | IsTextChar (char ch) |
bool | IsOnlyWhitespace (string str) |
int | IsOnlyWhitespaceWithPos (string str) |
int | IsOnlyCharData (string str) |
int | IsPublicId (string str) |
Static Package Functions | |
static bool | IsHighSurrogate (int ch) |
static bool | IsLowSurrogate (int ch) |
static unsafe bool | IsSurrogate (int ch) |
static unsafe int | CombineSurrogateChar (int lowChar, int highChar) |
static void | SplitSurrogateChar (int combinedChar, out char lowChar, out char highChar) |
static bool | IsOnlyDigits (string str, int startPos, int len) |
Package Attributes | |
byte[] | charProperties |
Properties | |
static object | StaticLock [get, set] |
static unsafe XmlCharType | Instance [get, set] |
Private Member Functions | |
XmlCharType (byte[] charProperties) | |
Static Private Member Functions | |
static void | InitInstance () |
static void | SetProperties (byte[] chProps, string ranges, byte value) |
static bool | InRange (int value, int start, int end) |
Static Private Attributes | |
static object | s_Lock |
static byte[] | s_CharProperties |
Definition at line 10 of file XmlCharType.cs.