terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Xml.XmlCharType Struct Reference

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 bool IsSurrogate (int ch)
 
static 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]
 
static XmlCharType Instance [get]
 

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
 

Detailed Description

Definition at line 8 of file XmlCharType.cs.


The documentation for this struct was generated from the following file: