15 references to SETSTART
System (15)
regex\system\text\regularexpressions\RegexCharClass.cs (15)
769
return set[
SETSTART
];
790
(set[
SETSTART
] == Lastchar || set[
SETSTART
]+1 == set[
SETSTART
+1]))
798
(set[
SETSTART
] == Lastchar || set[
SETSTART
]+1 == set[
SETSTART
+1]))
805
return (charClass.Length >
SETSTART
+ charClass[SETLENGTH] + charClass[CATEGORYLENGTH]);
837
int myEndPosition = start +
SETSTART
+ mySetLength + myCategoryLength;
865
min = start +
SETSTART
;
882
Debug.Assert((
SETSTART
& 0x1) == 1, "If SETSTART is not odd, the calculation below this will be reversed");
896
int i=start +
SETSTART
+ mySetLength;
1009
int myEndPosition = start +
SETSTART
+ mySetLength + myCategoryLength;
1012
int i=start+
SETSTART
;
1076
sb[SETLENGTH] = (char) (sb.Length -
SETSTART
);