Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.RegularExpressions.RegexCharClass Member List

This is the complete list of members for System.Text.RegularExpressions.RegexCharClass, including all inherited members.

_categoriesSystem.Text.RegularExpressions.RegexCharClassprivate
_negateSystem.Text.RegularExpressions.RegexCharClassprivate
_rangelistSystem.Text.RegularExpressions.RegexCharClassprivate
_subtractorSystem.Text.RegularExpressions.RegexCharClassprivate
AddCategory(string category)System.Text.RegularExpressions.RegexCharClassinlineprivate
AddCategoryFromName(string categoryName, bool invert, bool caseInsensitive, string pattern, int currentPos)System.Text.RegularExpressions.RegexCharClassinline
AddChar(char c)System.Text.RegularExpressions.RegexCharClassinline
AddCharClass(RegexCharClass cc)System.Text.RegularExpressions.RegexCharClassinline
AddDigit(bool ecma, bool negate, string pattern, int currentPos)System.Text.RegularExpressions.RegexCharClassinline
AddLowercase(CultureInfo culture)System.Text.RegularExpressions.RegexCharClassinline
AddLowercaseRange(char chMin, char chMax)System.Text.RegularExpressions.RegexCharClassinlineprivate
AddRange(char first, char last)System.Text.RegularExpressions.RegexCharClassinline
AddSet(ReadOnlySpan< char > set)System.Text.RegularExpressions.RegexCharClassinlineprivate
AddSpace(bool ecma, bool negate)System.Text.RegularExpressions.RegexCharClassinline
AddSubtraction(RegexCharClass sub)System.Text.RegularExpressions.RegexCharClassinline
AddWord(bool ecma, bool negate)System.Text.RegularExpressions.RegexCharClassinline
Analyze(string set)System.Text.RegularExpressions.RegexCharClassinlinepackagestatic
CanEasilyEnumerateSetContents(string set)System.Text.RegularExpressions.RegexCharClassinlineprivatestatic
CanMergeSystem.Text.RegularExpressions.RegexCharClass
Canonicalize()System.Text.RegularExpressions.RegexCharClassinlineprivate
CharInCategory(char ch, string set, int start, int setLength, int categoryLength)System.Text.RegularExpressions.RegexCharClassinlineprivatestatic
CharInCategoryGroup(UnicodeCategory chcategory, string category, ref int i)System.Text.RegularExpressions.RegexCharClassinlineprivatestatic
CharInClass(char ch, string set, ref int[] asciiResultCache)System.Text.RegularExpressions.RegexCharClassinlinestatic
CharInClass(char ch, string set)System.Text.RegularExpressions.RegexCharClassinlinestatic
CharInClassInternal(char ch, string set, int start, int setLength, int categoryLength)System.Text.RegularExpressions.RegexCharClassinlineprivatestatic
CharInClassRecursive(char ch, string set, int start)System.Text.RegularExpressions.RegexCharClassinlineprivatestatic
ConvertOldStringsToClass(string set, string category)System.Text.RegularExpressions.RegexCharClassinlinestatic
EnsureCategories()System.Text.RegularExpressions.RegexCharClassinlineprivate
EnsureRangeList()System.Text.RegularExpressions.RegexCharClassinlineprivate
GetSetChars(string set, Span< char > chars)System.Text.RegularExpressions.RegexCharClassinlinestatic
IsECMAWordChar(char ch)System.Text.RegularExpressions.RegexCharClassinlinestatic
IsEmpty(string charClass)System.Text.RegularExpressions.RegexCharClassinlinestatic
IsMergeable(string charClass)System.Text.RegularExpressions.RegexCharClassinlinestatic
IsNegated(string set)System.Text.RegularExpressions.RegexCharClassinlinepackagestatic
IsNegated(string set, int setOffset)System.Text.RegularExpressions.RegexCharClassinlinepackagestatic
IsSingleton(string set)System.Text.RegularExpressions.RegexCharClassinlinestatic
IsSingletonInverse(string set)System.Text.RegularExpressions.RegexCharClassinlinestatic
IsSubtraction(string charClass)System.Text.RegularExpressions.RegexCharClassinlinepackagestatic
IsWordChar(char ch)System.Text.RegularExpressions.RegexCharClassinlinestatic
MayOverlap(string set1, string set2)System.Text.RegularExpressions.RegexCharClassinlinestatic
NegateSystem.Text.RegularExpressions.RegexCharClass
Parse(string charClass)System.Text.RegularExpressions.RegexCharClassinlinestatic
ParseRecursive(string charClass, int start)System.Text.RegularExpressions.RegexCharClassinlineprivatestatic
RegexCharClass()System.Text.RegularExpressions.RegexCharClassinline
RegexCharClass(bool negate, List< SingleRange > ranges, StringBuilder categories, RegexCharClass subtraction)System.Text.RegularExpressions.RegexCharClassinlineprivate
s_definedCategoriesSystem.Text.RegularExpressions.RegexCharClassprivatestatic
s_lcTableSystem.Text.RegularExpressions.RegexCharClasspackagestatic
s_propTableSystem.Text.RegularExpressions.RegexCharClassprivatestatic
SetFromProperty(string capname, bool invert, string pattern, int currentPos)System.Text.RegularExpressions.RegexCharClassinlineprivatestatic
SingletonChar(string set)System.Text.RegularExpressions.RegexCharClassinlinestatic
ToStringClass()System.Text.RegularExpressions.RegexCharClassinline
ToStringClass(ref System.Text.ValueStringBuilder vsb)System.Text.RegularExpressions.RegexCharClassinlineprivate
TryAddCharClass(RegexCharClass cc)System.Text.RegularExpressions.RegexCharClassinline
TryGetSingleRange(string set, out char lowInclusive, out char highInclusive)System.Text.RegularExpressions.RegexCharClassinlinestatic
TryGetSingleUnicodeCategory(string set, out UnicodeCategory category, out bool negated)System.Text.RegularExpressions.RegexCharClassinlinestatic