56 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
62 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
74 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
245 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
301 stringBuilder[
num2] = (char)num;
305 if (subtractor !=
null)
364 string text2 =
SR.
Format(
"parsing \"{0}\" - {1}", invert,
text);
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
int Compare(RegexCharClass.SingleRange x, RegexCharClass.SingleRange y)
static readonly RegexCharClass.SingleRangeComparer Instance
static SingleRangeComparer()
RegexCharClass.SingleRange GetRangeAt(int i)
static readonly string s_internalRegexIgnoreCase
static readonly RegexCharClass.LowerCaseMapping[] s_lcTable
static readonly Dictionary< string, string > s_definedCategories
static readonly string SpaceClass
void AddRange(char first, char last)
static bool IsSingletonInverse(string set)
static string NegateCategory(string category)
List< RegexCharClass.SingleRange > _rangelist
void AddLowercase(CultureInfo culture)
static bool IsNegated(string set)
static readonly string NotDigitClass
static RegexCharClass ParseRecursive(string charClass, int start)
static readonly string s_word
static bool CharInClass(char ch, string set)
static readonly string WordClass
static readonly string DigitClass
static bool IsECMAWordChar(char ch)
void AddSubtraction(RegexCharClass sub)
static bool CharInClassInternal(char ch, string set, int start, int mySetLength, int myCategoryLength)
static bool CharInClassRecursive(char ch, string set, int start)
static readonly string s_notWord
static bool IsSubtraction(string charClass)
static readonly string[][] s_propTable
static char SingletonChar(string set)
static bool IsEmpty(string charClass)
static readonly string NotWordClass
void AddDigit(bool ecma, bool negate, string pattern)
void AddCategoryFromName(string categoryName, bool invert, bool caseInsensitive, string pattern)
static string SetFromProperty(string capname, bool invert, string pattern)
void AddLowercaseRange(char chMin, char chMax, CultureInfo culture)
static readonly string s_space
RegexCharClass(bool negate, List< RegexCharClass.SingleRange > ranges, StringBuilder categories, RegexCharClass subtraction)
static bool IsSingleton(string set)
void AddWord(bool ecma, bool negate)
void AddSpace(bool ecma, bool negate)
static bool CharInCategoryGroup(char ch, UnicodeCategory chcategory, string category, int i)
static bool CharInCategory(char ch, string set, int start, int mySetLength, int myCategoryLength)
static readonly string NotSpaceClass
static readonly string s_notSpace
static bool IsWordChar(char ch)
static RegexCharClass Parse(string charClass)
void AddCategory(string category)
RegexCharClass _subtractor
StringBuilder _categories
void AddCharClass(RegexCharClass cc)
static bool IsMergeable(string charClass)
static string GetStringAndRelease(StringBuilder sb)
static StringBuilder Acquire(int capacity=16)
StringBuilder Append(char value, int repeatCount)
LowerCaseMapping(char chMin, char chMax, int lcOp, int data)
SingleRange(char first, char last)