Home
last modified time | relevance | path

Searched refs:re8 (Results 1 – 2 of 2) sorted by relevance

/external/v8/benchmarks/
Dregexp.js81 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 …]
/external/pcre/dist2/src/
Dpcre2_jit_test.c1111 pcre2_code_8 *re8; in regression_tests() local
1207 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 …]