Home
last modified time | relevance | path

Searched refs:FORWARDCHAR (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_intmodedep.h58 #undef FORWARDCHAR
343 #define FORWARDCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr++ macro
449 #define FORWARDCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr++ macro
523 #define FORWARDCHAR(eptr) do { } while (0) macro
Dpcre2_compile.c3076 if (utf) FORWARDCHAR(ptr); in process_verb_name()
3293 if (utf) FORWARDCHAR(ptr); in scan_for_captures()
4103 if (utf) FORWARDCHAR(ptr); in compile_branch()
5133 if (utf) FORWARDCHAR(ptr); in compile_branch()