Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_test.c1031 static int copy_char8_to_char16(const char *input, PCRE_UCHAR16 *output, int max_length) in copy_char8_to_char16() function
1252 copy_char8_to_char16(current->pattern, regtest_buf16, REGTEST_MAX_LENGTH16); in regression_tests()
1368 length16 = copy_char8_to_char16(current->input, regtest_buf16, REGTEST_MAX_LENGTH16); in regression_tests()