Searched refs:re8 (Results 1 – 2 of 2) sorted by relevance
81 var re8 = /=/;153 re8.exec(s11[i]);154 re8.exec(s12[i]);242 re8.exec(s26[i]);249 re8.exec(s31[i]);250 re8.exec(s32[i]);251 re8.exec(s33[i]);252 re8.exec(s34[i]);253 re8.exec(s35[i]);254 re8.exec(s36[i]);[all …]
1111 pcre2_code_8 *re8; in regression_tests() local1207 re8 = NULL; in regression_tests()1216 re8 = pcre2_compile_8((PCRE2_SPTR8)current->pattern, PCRE2_ZERO_TERMINATED, in regression_tests()1220 if (!re8 && (utf || is_ascii)) in regression_tests()1307 pcre2_code_free_8(re8); in regression_tests()1308 re8 = NULL; in regression_tests()1317 if (re8) { in regression_tests()1318 return_value8[1] = pcre2_match_8(re8, (PCRE2_SPTR8)current->input, strlen(current->input), in regression_tests()1321 if (pcre2_jit_compile_8(re8, jit_compile_mode)) { in regression_tests()1325 return_value8[0] = pcre2_match_8(re8, (PCRE2_SPTR8)current->input, strlen(current->input), in regression_tests()[all …]