Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_test.c1107 #define REGTEST_MAX_LENGTH32 4096 macro
1108 static PCRE_UCHAR32 regtest_buf32[REGTEST_MAX_LENGTH32];
1109 static int regtest_offsetmap32[REGTEST_MAX_LENGTH32];
1281 convert_utf8_to_utf32(current->pattern, regtest_buf32, NULL, REGTEST_MAX_LENGTH32); in regression_tests()
1283 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1400 … = convert_utf8_to_utf32(current->input, regtest_buf32, regtest_offsetmap32, REGTEST_MAX_LENGTH32); in regression_tests()
1402 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()