Home | History | Annotate | Download | only in Protocol

Lines Matching full:expression

2   This section defines the Regular Expression Protocol. This protocol isused to match

3 Unicode strings against Regular Expression patterns.
43 CONST CHAR16 *CapturePtr; // Pointer to the start of the captured sub-expression
46 UINTN Length; // Length of captured sub-expression.
55 Returns information about the regular expression syntax types supported
70 for each supported Regular expression syntax
76 @retval EFI_SUCCESS The regular expression syntax types list
95 Checks if the input string matches to the regular expression pattern.
102 regular expression string specified by Pattern.
105 regular expression.
108 regular expression syntax type to use. May be NULL in which
109 case the function will use its default regular expression
113 the regular expression Pattern using the regular expression
133 @retval EFI_SUCCESS The regular expression string matching
135 @retval EFI_UNSUPPORTED The regular expression syntax specified by
137 @retval EFI_DEVICE_ERROR The regular expression string matching
163 // For regular expression rules specified in the POSIX Extended Regular
164 // Expression (ERE) Syntax:
169 // For regular expression rules specifiedin the ECMA 262 Specification
174 // For regular expression rules specified in the Perl standard: