Searched refs:valid_utf (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/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 | 278 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar)); 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_dfa_match.c | 3476 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()
|
H A D | pcre2_match.c | 6144 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_match()
|
H A D | pcre2_compile.c | 9387 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()
|
Completed in 126 milliseconds