Home
last modified time | relevance | path

Searched refs:NOT_FIRSTCU (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h76 #undef NOT_FIRSTCU
296 #define NOT_FIRSTCU(c) (((c) & 0xc0u) == 0x80u) macro
382 #define NOT_FIRSTCU(c) (((c) & 0xfc00u) == 0xdc00u) macro
477 #define NOT_FIRSTCU(c) (0) macro
H A Dpcre2_dfa_match.c2905 while (p < pp) if (NOT_FIRSTCU(*p++)) charcount--; in internal_dfa_match()
3021 if (utf) while (p < pp) if (NOT_FIRSTCU(*p++)) charcount--; in internal_dfa_match()
3122 while (p < pp) if (NOT_FIRSTCU(*p++)) charcount--; in internal_dfa_match()
3488 if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_dfa_match()
H A Dpcre2_match.c6290 if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_match()
6406 while (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_match()
6412 else if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_match()
6489 while (mb->check_subject < start_match && NOT_FIRSTCU(*mb->check_subject)) in pcre2_match()
7191 while (start_match < true_end_subject && NOT_FIRSTCU(*start_match)) in pcre2_match()
H A Dpcre2_compile.c6905 if (utf && NOT_FIRSTCU(code[-1])) in compile_branch()

Completed in 56 milliseconds