Searched refs:valid_utf (Results 1 – 13 of 13) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_valid_utf.c | 63 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
|
D | pcre2_substitute.c | 326 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute()
|
D | pcre2_convert.c | 1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
|
D | pcre2_match.c | 6333 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()
|
D | pcre2_dfa_match.c | 3510 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()
|
D | pcre2test.c | 341 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()
|
D | pcre2_jit_compile.c | 6619 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()
|
D | pcre2_compile.c | 9948 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()
|
/third_party/glib/glib/pcre/ |
D | pcre_valid_utf8.c | 104 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
|
D | pcre_internal.h | 2298 extern int PRIV(valid_utf)(PCRE_PUCHAR, int, int *);
|
D | pcre_dfa_exec.c | 3293 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); in pcre_dfa_exec()
|
D | pcre_compile.c | 7758 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
|
D | pcre_exec.c | 6426 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
|