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
ISimpleCollator.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020005B7 RID: 1463
6 internal interface ISimpleCollator
7 {
8 // Token: 0x06002C97 RID: 11415
10
11 // Token: 0x06002C98 RID: 11416
12 int Compare(string s1, int idx1, int len1, string s2, int idx2, int len2, CompareOptions options);
13
14 // Token: 0x06002C99 RID: 11417
15 bool IsPrefix(string src, string target, CompareOptions opt);
16
17 // Token: 0x06002C9A RID: 11418
18 bool IsSuffix(string src, string target, CompareOptions opt);
19
20 // Token: 0x06002C9B RID: 11419
21 int IndexOf(string s, string target, int start, int length, CompareOptions opt);
22
23 // Token: 0x06002C9C RID: 11420
24 int LastIndexOf(string s, string target, int start, int length, CompareOptions opt);
25 }
26}
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)