Home
last modified time | relevance | path

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

/dports/textproc/sigil/Sigil-1.8.0/3rdparty/pcre/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/devel/pcre/pcre-8.45/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/iis/pcre/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/databases/mariadb104-server/mariadb-10.4.24/pcre/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/databases/mariadb104-client/mariadb-10.4.24/pcre/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/databases/mariadb103-server/mariadb-10.3.34/pcre/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length)
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32);
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32);
/dports/databases/mariadb103-client/mariadb-10.3.34/pcre/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/regexp/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/regexp/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/pcre-8.42/
H A Dpcre_jit_test.c1118 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1310 copy_char8_to_char32(current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1429 length32 = copy_char8_to_char32(current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2_jit_test.c1030 static int copy_char8_to_char32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1229 copy_char8_to_char32((PCRE2_SPTR8)current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1374 … length32 = copy_char8_to_char32((PCRE2_SPTR8)current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_jit_test.c1076 static int copy_char8_to_char32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1275 copy_char8_to_char32((PCRE2_SPTR8)current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1422 … length32 = copy_char8_to_char32((PCRE2_SPTR8)current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_jit_test.c1107 static int copy_char8_to_char32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int max_length) in copy_char8_to_char32() function
1306 copy_char8_to_char32((PCRE2_SPTR8)current->pattern, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1454 … length32 = copy_char8_to_char32((PCRE2_SPTR8)current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()