Searched refs:REGTEST_MAX_LENGTH16 (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 1069 #define REGTEST_MAX_LENGTH16 4096 macro 1070 static PCRE2_UCHAR16 regtest_buf16[REGTEST_MAX_LENGTH16]; 1071 static int regtest_offsetmap16[REGTEST_MAX_LENGTH16]; 1283 convert_utf8_to_utf16((PCRE2_SPTR8)current->pattern, regtest_buf16, NULL, REGTEST_MAX_LENGTH16); in regression_tests() 1285 copy_char8_to_char16((PCRE2_SPTR8)current->pattern, regtest_buf16, REGTEST_MAX_LENGTH16); in regression_tests() 1413 length16 = convert_utf8_to_utf16((PCRE2_SPTR8)current->input, regtest_buf16, regtest_offsetmap16, REGTEST_MAX_LENGTH16); in regression_tests() 1415 length16 = copy_char8_to_char16((PCRE2_SPTR8)current->input, regtest_buf16, REGTEST_MAX_LENGTH16); in regression_tests()
|
Completed in 4 milliseconds