Lines Matching refs:Pattern
41 regular expression string specified by Pattern.
43 @param Pattern A pointer to a NULL terminated string that represents the
51 the regular expression Pattern using the regular expression
79 IN CHAR16 *Pattern,
109 // Compile pattern
111 Start = (OnigUChar*)Pattern;
246 Checks if the input string matches to the regular expression pattern.
253 regular expression string specified by Pattern.
255 @param Pattern A pointer to a NULL terminated string that represents the
264 the regular expression Pattern using the regular expression
290 @retval EFI_INVALID_PARAMETER String, Pattern, Result, or CapturesCountis
299 IN CHAR16 *Pattern,
310 if (This == NULL || String == NULL || Pattern == NULL || Result == NULL || CapturesCount == NULL) {
332 Status = OnigurumaMatch (String, Pattern, SyntaxType, Result, Captures, CapturesCount);