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.CharEntityEncoderFallbackBuffer Class Reference
+ Inheritance diagram for System.Xml.CharEntityEncoderFallbackBuffer:

Public Member Functions

override bool Fallback (char charUnknown, int index)
 
override bool Fallback (char charUnknownHigh, char charUnknownLow, int index)
 
override char GetNextChar ()
 
override bool MovePrevious ()
 
override void Reset ()
 

Package Functions

 CharEntityEncoderFallbackBuffer (CharEntityEncoderFallback parent)
 
void InternalReset ()
 
unsafe void InternalInitialize (char *charStart, char *charEnd, EncoderNLS encoder, bool setEncoder)
 
char InternalGetNextChar ()
 
virtual unsafe bool InternalFallback (char ch, char *chars)
 
void ThrowLastCharRecursive (int charRecursive)
 

Package Attributes

unsafe char * charStart
 
unsafe char * charEnd
 
EncoderNLS encoder
 
bool setEncoder
 
bool bUsedEncoder
 
bool bFallingBack
 
int iRecursionCount
 

Properties

override int Remaining [get]
 

Private Member Functions

int SurrogateCharToUtf32 (char highSurrogate, char lowSurrogate)
 

Private Attributes

CharEntityEncoderFallback parent
 
string charEntity = 1
 
int charEntityIndex
 

Detailed Description

Definition at line 8 of file CharEntityEncoderFallbackBuffer.cs.


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