Lines Matching refs:pattern
149 const char *pattern;
1192 while (current->pattern) {
1193 /* printf("\nPattern: %s :\n", current->pattern); */
1197 is_ascii = check_ascii(current->pattern) && check_ascii(current->input);
1216 re8 = pcre2_compile_8((PCRE2_SPTR8)current->pattern, PCRE2_ZERO_TERMINATED,
1221 printf("\n8 bit: Cannot compile pattern \"%s\": %d\n", current->pattern, error);
1230 convert_utf8_to_utf16((PCRE2_SPTR8)current->pattern, regtest_buf16, NULL, REGTEST_MAX_LENGTH16);
1232 copy_char8_to_char16((PCRE2_SPTR8)current->pattern, regtest_buf16, REGTEST_MAX_LENGTH16);
1248 printf("\n16 bit: Cannot compile pattern \"%s\": %d\n", current->pattern, error);
1257 convert_utf8_to_utf32((PCRE2_SPTR8)current->pattern, regtest_buf32, NULL, REGTEST_MAX_LENGTH32);
1259 copy_char8_to_char32((PCRE2_SPTR8)current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32);
1275 printf("\n32 bit: Cannot compile pattern \"%s\": %d\n", current->pattern, error);
1322 printf("\n8 bit: JIT compiler does not support \"%s\"\n", current->pattern);
1366 printf("\n16 bit: JIT compiler does not support \"%s\"\n", current->pattern);
1410 printf("\n32 bit: JIT compiler does not support \"%s\"\n", current->pattern);
1442 return_value8[0], return_value8[1], total, current->pattern, current->input);
1449 return_value16[0], return_value16[1], total, current->pattern, current->input);
1456 return_value32[0], return_value32[1], total, current->pattern, current->input);
1464 total, current->pattern, current->input);
1472 total, current->pattern, current->input);
1480 total, current->pattern, current->input);
1524 total, current->pattern, current->input);
1532 total, current->pattern, current->input);
1540 total, current->pattern, current->input);
1552 return_value8[0], return_value8[1], total, current->pattern, current->input);
1563 i, (int)ovector8_1[i], (int)ovector8_2[i], total, current->pattern, current->input);
1572 return_value16[0], return_value16[1], total, current->pattern, current->input);
1583 i, (int)ovector16_1[i], (int)ovector16_2[i], total, current->pattern, current->input);
1592 return_value32[0], return_value32[1], total, current->pattern, current->input);
1603 i, (int)ovector32_1[i], (int)ovector32_2[i], total, current->pattern, current->input);
1616 total, current->pattern, current->input);
1622 total, current->pattern, current->input);
1631 total, current->pattern, current->input);
1637 total, current->pattern, current->input);
1646 total, current->pattern, current->input);
1652 total, current->pattern, current->input);
1663 total, current->pattern, current->input);
1670 total, current->pattern, current->input);
1677 total, current->pattern, current->input);