Searched refs:valid_utf (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A 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
|
H A D | pcre2_substitute.c | 326 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute()
|
H A D | pcre2_convert.c | 1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
|
H A D | pcre2_match.c | 6331 match_data->rc = PRIV(valid_utf)(start_match, in pcre2_match() 6466 match_data->rc = PRIV(valid_utf)(mb->check_subject, in pcre2_match() 7207 rc = PRIV(valid_utf)(start_match, length - (start_match - subject), in pcre2_match()
|
H A D | pcre2_dfa_match.c | 3510 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()
|
H A D | pcre2_jit_compile.c | 6475 struct sljit_label *valid_utf; in check_wordboundary() local 6564 valid_utf = LABEL(); in check_wordboundary() 6614 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, INVALID_UTF_CHAR, valid_utf); in check_wordboundary()
|
H A D | pcre2_compile.c | 9916 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()
|
Completed in 147 milliseconds