ReactOS 0.4.15-dev-7942-gd23573b
RECharSet Struct Reference
Collaboration diagram for RECharSet:

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
 

Detailed Description

Definition at line 63 of file regexp.c.

Member Data Documentation

◆ bits

BYTE* RECharSet::bits

Definition at line 68 of file regexp.c.

Referenced by ExecuteREBytecode(), ProcessCharSet(), and SimpleMatch().

◆ converted

JSPackedBool RECharSet::converted

Definition at line 64 of file regexp.c.

Referenced by EmitREBytecode(), ExecuteREBytecode(), ProcessCharSet(), and SimpleMatch().

◆ length [1/2]

WORD RECharSet::length

Definition at line 66 of file regexp.c.

Referenced by EmitREBytecode(), ExecuteREBytecode(), ProcessCharSet(), and SimpleMatch().

◆ length [2/2]

size_t RECharSet::length

Definition at line 71 of file regexp.c.

◆ sense

JSPackedBool RECharSet::sense

Definition at line 65 of file regexp.c.

Referenced by EmitREBytecode(), ExecuteREBytecode(), and ProcessCharSet().

◆  [1/2]

struct { ... } RECharSet::src

Referenced by EmitREBytecode(), and ProcessCharSet().

◆  [2/2]

struct { ... } RECharSet::src

◆ startIndex

size_t RECharSet::startIndex

Definition at line 70 of file regexp.c.

◆  [1/2]

union { ... } RECharSet::u

◆  [2/2]

union { ... } RECharSet::u

The documentation for this struct was generated from the following files: