Home
last modified time | relevance | path

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

/PHP-7.4/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.c326 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute()
H A Dpcre2_convert.c1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
H A Dpcre2_match.c6331 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 Dpcre2_dfa_match.c3510 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()
H A Dpcre2_jit_compile.c6475 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 Dpcre2_compile.c9916 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()

Completed in 92 milliseconds