Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h75 #undef NOT_FIRSTCU
291 #define NOT_FIRSTCU(c) (((c) & 0xc0u) == 0x80u) macro
377 #define NOT_FIRSTCU(c) (((c) & 0xfc00u) == 0xdc00u) macro
472 #define NOT_FIRSTCU(c) (0) macro
Dpcre2_dfa_match.c2781 while (p < pp) if (NOT_FIRSTCU(*p++)) charcount--; in internal_dfa_match()
2882 if (utf) while (p < pp) if (NOT_FIRSTCU(*p++)) charcount--; in internal_dfa_match()
2968 while (p < pp) if (NOT_FIRSTCU(*p++)) charcount--; in internal_dfa_match()
3292 if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_dfa_match()
Dpcre2_match.c6557 if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_match()
Dpcre2_compile.c5206 if (utf && NOT_FIRSTCU(code[-1])) in compile_branch()