oh dear
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Mono.Globalization.Unicode
|
||||
{
|
||||
// Token: 0x02000027 RID: 39
|
||||
[Token(Token = "0x2000027")]
|
||||
internal class NormalizationTableUtil
|
||||
{
|
||||
// Token: 0x06000095 RID: 149 RVA: 0x00002508 File Offset: 0x00000708
|
||||
[Token(Token = "0x6000095")]
|
||||
[Address(RVA = "0x2AB21E0", Offset = "0x2AB0FE0", VA = "0x182AB21E0")]
|
||||
public static int PropIdx(int cp)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x06000096 RID: 150 RVA: 0x00002520 File Offset: 0x00000720
|
||||
[Token(Token = "0x6000096")]
|
||||
[Address(RVA = "0x2AB2170", Offset = "0x2AB0F70", VA = "0x182AB2170")]
|
||||
public static int MapIdx(int cp)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x0400007D RID: 125
|
||||
[Token(Token = "0x400007D")]
|
||||
public static readonly CodePointIndexer Prop;
|
||||
|
||||
// Token: 0x0400007E RID: 126
|
||||
[Token(Token = "0x400007E")]
|
||||
public static readonly CodePointIndexer Map;
|
||||
|
||||
// Token: 0x0400007F RID: 127
|
||||
[Token(Token = "0x400007F")]
|
||||
public static readonly CodePointIndexer Combining;
|
||||
|
||||
// Token: 0x04000080 RID: 128
|
||||
[Token(Token = "0x4000080")]
|
||||
public static readonly CodePointIndexer Composite;
|
||||
|
||||
// Token: 0x04000081 RID: 129
|
||||
[Token(Token = "0x4000081")]
|
||||
public static readonly CodePointIndexer Helper;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user