|
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
|
Inheritance diagram for System.Text.EncoderFallbackBuffer:
Collaboration diagram for System.Text.EncoderFallbackBuffer:Public Member Functions | |
| bool | Fallback (char charUnknown, int index) |
| bool | Fallback (char charUnknownHigh, char charUnknownLow, int index) |
| char | GetNextChar () |
| bool | MovePrevious () |
| virtual void | Reset () |
Protected Member Functions | |
| EncoderFallbackBuffer () | |
Package Functions | |
| unsafe void | InternalReset () |
| unsafe void | InternalInitialize (char *charStart, char *charEnd, EncoderNLS encoder, bool setEncoder) |
| unsafe char | InternalGetNextChar () |
| virtual unsafe bool | InternalFallback (char ch, ref char *chars) |
| unsafe void | ThrowLastCharRecursive (int charRecursive) |
Package Attributes | |
| unsafe char * | charStart |
| unsafe char * | charEnd |
| EncoderNLS | encoder |
| bool | setEncoder |
| bool | bUsedEncoder |
| bool | bFallingBack |
| int | iRecursionCount |
Properties | |
| int | Remaining [get] |
Definition at line 8 of file EncoderFallbackBuffer.cs.