terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
SortKeyBuffer (int lcid) | |
void | Reset () |
SortKey | GetResultAndReset () |
SortKey | GetResult () |
Package Functions | |
void | Initialize (CompareOptions options, int lcid, string s, bool frenchSort) |
void | AppendCJKExtension (byte lv1msb, byte lv1lsb) |
void | AppendKana (byte category, byte lv1, byte lv2, byte lv3, bool isSmallKana, byte markType, bool isKatakana, bool isHalfWidth) |
void | AppendNormal (byte category, byte lv1, byte lv2, byte lv3) |
Private Member Functions | |
void | AppendLevel5 (byte category, byte lv1) |
void | AppendBufferPrimitive (byte value, byte[] buf, int bidx) |
int | GetOptimizedLength (byte[] data, int len, byte defaultValue) |
Private Attributes | |
byte[] | l1b |
byte[] | l2b |
byte[] | l3b |
byte[] | l4sb |
byte[] | l4tb |
byte[] | l4kb |
byte[] | l4wb |
byte[] | l5b |
string | source |
int | l1 |
int | l2 |
int | l3 |
int | l4s |
int | l4t |
int | l4k |
int | l4w |
int | l5 |
int | lcid |
CompareOptions | options |
bool | processLevel2 |
bool | frenchSort |
bool | frenchSorted |
Definition at line 7 of file SortKeyBuffer.cs.