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
Loading...
Searching...
No Matches
ISimpleCollator.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20005B7")]
7 internal interface ISimpleCollator
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x6002C97")]
11
12 [global::Cpp2ILInjected.Token(Token = "0x6002C98")]
13 int Compare(string s1, int idx1, int len1, string s2, int idx2, int len2, CompareOptions options);
14
15 [global::Cpp2ILInjected.Token(Token = "0x6002C99")]
16 bool IsPrefix(string src, string target, CompareOptions opt);
17
18 [global::Cpp2ILInjected.Token(Token = "0x6002C9A")]
19 bool IsSuffix(string src, string target, CompareOptions opt);
20
21 [global::Cpp2ILInjected.Token(Token = "0x6002C9B")]
22 int IndexOf(string s, string target, int start, int length, CompareOptions opt);
23
24 [global::Cpp2ILInjected.Token(Token = "0x6002C9C")]
25 int LastIndexOf(string s, string target, int start, int length, CompareOptions opt);
26 }
27}
class f__AnonymousType0<< Count > j__TPar
SortKey GetSortKey(string source, CompareOptions options)
int LastIndexOf(string s, string target, int start, int length, CompareOptions opt)
int Compare(string s1, int idx1, int len1, string s2, int idx2, int len2, CompareOptions options)
int IndexOf(string s, string target, int start, int length, CompareOptions opt)
bool IsPrefix(string src, string target, CompareOptions opt)
bool IsSuffix(string src, string target, CompareOptions opt)