Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h797 #define FORWARDCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr++ macro
893 #define FORWARDCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr++ macro
955 #define FORWARDCHAR(eptr) do { } while (0) macro
H A Dpcre_compile.c4693 if (utf) FORWARDCHAR(ptr); in compile_branch()
5666 if (utf) FORWARDCHAR(p); in compile_branch()

Completed in 37 milliseconds