m
This commit is contained in:
@@ -0,0 +1,118 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Globalization
|
||||
{
|
||||
/// <summary>Retrieves information about a Unicode character. This class cannot be inherited.</summary>
|
||||
// Token: 0x020002CA RID: 714
|
||||
[Token(Token = "0x20002CA")]
|
||||
public static class CharUnicodeInfo
|
||||
{
|
||||
// Token: 0x06001A58 RID: 6744 RVA: 0x000115B0 File Offset: 0x0000F7B0
|
||||
[Token(Token = "0x6001A58")]
|
||||
[Address(RVA = "0xD3C4B0", Offset = "0xD3B4B0", VA = "0x180D3C4B0")]
|
||||
internal static int InternalConvertToUtf32(string s, int index)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x06001A59 RID: 6745 RVA: 0x000115C8 File Offset: 0x0000F7C8
|
||||
[Token(Token = "0x6001A59")]
|
||||
[Address(RVA = "0xD3C8D0", Offset = "0xD3B8D0", VA = "0x180D3C8D0")]
|
||||
internal static bool IsWhiteSpace(string s, int index)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06001A5A RID: 6746 RVA: 0x000115E0 File Offset: 0x0000F7E0
|
||||
[Token(Token = "0x6001A5A")]
|
||||
[Address(RVA = "0xD3CAC0", Offset = "0xD3BAC0", VA = "0x180D3CAC0")]
|
||||
internal static bool IsWhiteSpace(char c)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
/// <summary>Gets the Unicode category of the specified character.</summary>
|
||||
/// <param name="ch">The Unicode character for which to get the Unicode category.</param>
|
||||
/// <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the specified character.</returns>
|
||||
// Token: 0x06001A5B RID: 6747 RVA: 0x000115F8 File Offset: 0x0000F7F8
|
||||
[Token(Token = "0x6001A5B")]
|
||||
[Address(RVA = "0xD3C450", Offset = "0xD3B450", VA = "0x180D3C450")]
|
||||
public static UnicodeCategory GetUnicodeCategory(char ch)
|
||||
{
|
||||
return UnicodeCategory.UppercaseLetter;
|
||||
}
|
||||
|
||||
/// <summary>Gets the Unicode category of the character at the specified index of the specified string.</summary>
|
||||
/// <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the Unicode category.</param>
|
||||
/// <param name="index">The index of the Unicode character for which to get the Unicode category.</param>
|
||||
/// <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the character at the specified index of the specified string.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">
|
||||
/// <paramref name="s" /> is <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
|
||||
// Token: 0x06001A5C RID: 6748 RVA: 0x00011610 File Offset: 0x0000F810
|
||||
[Token(Token = "0x6001A5C")]
|
||||
[Address(RVA = "0xD3C2B0", Offset = "0xD3B2B0", VA = "0x180D3C2B0")]
|
||||
public static UnicodeCategory GetUnicodeCategory(string s, int index)
|
||||
{
|
||||
return UnicodeCategory.UppercaseLetter;
|
||||
}
|
||||
|
||||
// Token: 0x06001A5D RID: 6749 RVA: 0x00011628 File Offset: 0x0000F828
|
||||
[Token(Token = "0x6001A5D")]
|
||||
[Address(RVA = "0xD3C690", Offset = "0xD3B690", VA = "0x180D3C690")]
|
||||
internal static UnicodeCategory InternalGetUnicodeCategory(int ch)
|
||||
{
|
||||
return UnicodeCategory.UppercaseLetter;
|
||||
}
|
||||
|
||||
// Token: 0x06001A5E RID: 6750 RVA: 0x00011640 File Offset: 0x0000F840
|
||||
[Token(Token = "0x6001A5E")]
|
||||
[Address(RVA = "0xD3C570", Offset = "0xD3B570", VA = "0x180D3C570")]
|
||||
internal static byte InternalGetCategoryValue(int ch, int offset)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x06001A5F RID: 6751 RVA: 0x00011658 File Offset: 0x0000F858
|
||||
[Token(Token = "0x6001A5F")]
|
||||
[Address(RVA = "0xD3C7E0", Offset = "0xD3B7E0", VA = "0x180D3C7E0")]
|
||||
internal static UnicodeCategory InternalGetUnicodeCategory(string value, int index)
|
||||
{
|
||||
return UnicodeCategory.UppercaseLetter;
|
||||
}
|
||||
|
||||
// Token: 0x04000DE4 RID: 3556
|
||||
[Token(Token = "0x4000DE4")]
|
||||
private static ushort[] s_pCategoryLevel1Index;
|
||||
|
||||
// Token: 0x04000DE5 RID: 3557
|
||||
[Token(Token = "0x4000DE5")]
|
||||
private static byte[] s_pCategoriesValue;
|
||||
|
||||
// Token: 0x04000DE6 RID: 3558
|
||||
[Token(Token = "0x4000DE6")]
|
||||
private static ushort[] s_pNumericLevel1Index;
|
||||
|
||||
// Token: 0x04000DE7 RID: 3559
|
||||
[Token(Token = "0x4000DE7")]
|
||||
private static byte[] s_pNumericValues;
|
||||
|
||||
// Token: 0x04000DE8 RID: 3560
|
||||
[Token(Token = "0x4000DE8")]
|
||||
private static ushort[] s_pDigitValues;
|
||||
|
||||
// Token: 0x020002CB RID: 715
|
||||
[Token(Token = "0x20002CB")]
|
||||
internal static class Debug
|
||||
{
|
||||
// Token: 0x06001A61 RID: 6753 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001A61")]
|
||||
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")]
|
||||
internal static void Assert(bool condition, string message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user