Home
last modified time | relevance | path

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

/PHP-8.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.c348 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute()
H A Dpcre2_convert.c1093 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
H A Dpcre2_match.c6536 match_data->rc = PRIV(valid_utf)(start_match, in pcre2_match()
6671 match_data->rc = PRIV(valid_utf)(mb->check_subject, in pcre2_match()
7445 rc = PRIV(valid_utf)(start_match, length - (start_match - subject), in pcre2_match()
H A Dpcre2_dfa_match.c3569 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()
H A Dpcre2_jit_compile.c6624 struct sljit_label *valid_utf; in check_wordboundary() local
6715 valid_utf = LABEL(); in check_wordboundary()
6765 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, INVALID_UTF_CHAR, valid_utf); in check_wordboundary()
H A Dpcre2_compile.c10042 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()

Completed in 80 milliseconds