Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_valid_utf.c63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() argument
94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() argument
Dpcre2_substitute.c326 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute()
Dpcre2_convert.c1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
Dpcre2_match.c6333 match_data->rc = PRIV(valid_utf)(start_match, in pcre2_match()
6468 match_data->rc = PRIV(valid_utf)(mb->check_subject, in pcre2_match()
7234 rc = PRIV(valid_utf)(start_match, length - (start_match - subject), in pcre2_match()
Dpcre2_dfa_match.c3510 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()
Dpcre2test.c341 extern int valid_utf(PCRE2_SPTR8, PCRE2_SIZE, PCRE2_SIZE *);
7383 if (utf) badutf = valid_utf(pr, strlen((const char *)pr), &erroroffset); in process_data()
Dpcre2_jit_compile.c6619 struct sljit_label *valid_utf; in check_wordboundary() local
6710 valid_utf = LABEL(); in check_wordboundary()
6760 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, INVALID_UTF_CHAR, valid_utf); in check_wordboundary()
Dpcre2_compile.c9948 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()
/third_party/glib/glib/pcre/
Dpcre_valid_utf8.c104 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
Dpcre_internal.h2298 extern int PRIV(valid_utf)(PCRE_PUCHAR, int, int *);
Dpcre_dfa_exec.c3293 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); in pcre_dfa_exec()
Dpcre_compile.c7758 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
Dpcre_exec.c6426 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()