|
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
|
Collaboration diagram for Mono.Globalization.Unicode.SortKeyBuffer:Public Member Functions | |
| SortKeyBuffer (int lcid) | |
| void | Reset () |
| global::System.Globalization.SortKey | GetResultAndReset () |
| global::System.Globalization.SortKey | GetResult () |
Package Functions | |
| void | Initialize (global::System.Globalization.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, ref byte[] buf, ref 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 |
| global::System.Globalization.CompareOptions | options |
| bool | processLevel2 |
| bool | frenchSort |
| bool | frenchSorted |
Definition at line 9 of file SortKeyBuffer.cs.