|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| JSPackedBool | converted |
| JSPackedBool | sense |
| WORD | length |
| union { | |
| BYTE * bits | |
| struct { | |
| size_t startIndex | |
| size_t length | |
| } src | |
| } | u |
| union { | |
| BYTE * bits | |
| struct { | |
| size_t startIndex | |
| size_t length | |
| } src | |
| } | u |
| BYTE* RECharSet::bits |
Definition at line 68 of file regexp.c.
Referenced by ExecuteREBytecode(), ProcessCharSet(), and SimpleMatch().
| JSPackedBool RECharSet::converted |
Definition at line 64 of file regexp.c.
Referenced by EmitREBytecode(), ExecuteREBytecode(), ProcessCharSet(), and SimpleMatch().
| WORD RECharSet::length |
Definition at line 66 of file regexp.c.
Referenced by EmitREBytecode(), ExecuteREBytecode(), ProcessCharSet(), and SimpleMatch().
| JSPackedBool RECharSet::sense |
Definition at line 65 of file regexp.c.
Referenced by EmitREBytecode(), ExecuteREBytecode(), and ProcessCharSet().
| struct { ... } RECharSet::src |
Referenced by EmitREBytecode(), and ProcessCharSet().
| struct { ... } RECharSet::src |
| union { ... } RECharSet::u |
Referenced by EmitREBytecode(), ExecuteREBytecode(), ProcessCharSet(), and SimpleMatch().
| union { ... } RECharSet::u |