Lines Matching full:regular
30 // resulting compiled regular expression into this object.
44 // resulting compiled regular expression into this object.
74 // Any previosuly compiled regular expression contained in this
83 // Compile a regular expression using the supplied regular
84 // expression text and flags. The compied regular expression lives
85 // in this object so that it can be readily used for regular
86 // expression matches. Execute() can be called after the regular
87 // expression is compiled. Any previosuly compiled regular
113 // No valid regular expression
121 // Execute a regular expression match using the compiled regular
123 // string "s". If any parens are used for regular expression
125 // values that are present in "match_ptr". The regular expression
154 // The regular expression didn't compile, so clear the matches
225 // Returns true if the regular expression compiled and is ready
235 // Returns the text that was used to compile the current regular
247 // Free any contained compiled regular expressions.