Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A 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
H A Dpcre2_substitute.c278 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar)); in pcre2_substitute()
H A Dpcre2_convert.c1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
H A Dpcre2_dfa_match.c3476 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()
H A Dpcre2_match.c6144 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_match()
H A Dpcre2_compile.c9387 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()

Completed in 64 milliseconds