Searched refs:valid_utf (Results 1 - 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
H A D | pcre2_valid_utf.c | 63 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 D | pcre2_substitute.c | 274 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar));
|
H A D | pcre2_dfa_match.c | 3314 match_data->rc = PRIV(valid_utf)(check_subject,
|
H A D | pcre2test.c | 304 extern int valid_utf(PCRE2_SPTR8, PCRE2_SIZE, PCRE2_SIZE *); 6170 if (utf) badutf = valid_utf(pr, strlen((const char *)pr), &erroroffset);
|
H A D | pcre2_compile.c | 8561 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0)
|
H A D | pcre2_match.c | 6585 match_data->rc = PRIV(valid_utf)(check_subject,
|
Completed in 590 milliseconds