Searched refs:REGTEST_MAX_LENGTH32 (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 1129 #define REGTEST_MAX_LENGTH32 4096 macro 1130 static PCRE2_UCHAR32 regtest_buf32[REGTEST_MAX_LENGTH32]; 1131 static int regtest_offsetmap32[REGTEST_MAX_LENGTH32]; 1310 convert_utf8_to_utf32((PCRE2_SPTR8)current->pattern, regtest_buf32, NULL, REGTEST_MAX_LENGTH32); in regression_tests() 1312 copy_char8_to_char32((PCRE2_SPTR8)current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests() 1458 length32 = convert_utf8_to_utf32((PCRE2_SPTR8)current->input, regtest_buf32, regtest_offsetmap32, REGTEST_MAX_LENGTH32); in regression_tests() 1460 length32 = copy_char8_to_char32((PCRE2_SPTR8)current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
|
Completed in 4 milliseconds