Searched refs:valid_utf (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_valid_utf.c63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) function
94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) function
H A Dpcre2_substitute.c274 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar));
H A Dpcre2_dfa_match.c3314 match_data->rc = PRIV(valid_utf)(check_subject,
H A Dpcre2test.c304 extern int valid_utf(PCRE2_SPTR8, PCRE2_SIZE, PCRE2_SIZE *);
6170 if (utf) badutf = valid_utf(pr, strlen((const char *)pr), &erroroffset);
H A Dpcre2_compile.c8561 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0)
H A Dpcre2_match.c6585 match_data->rc = PRIV(valid_utf)(check_subject,

Completed in 590 milliseconds