Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h804 #define FORWARDCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr++ macro
924 #define FORWARDCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr++ macro
1010 #define FORWARDCHAR(eptr) do { } while (0) macro
H A Dpcre_compile.c1567 if (utf) FORWARDCHAR(ptr); in find_parens_sub()
3083 if (utf) FORWARDCHAR(ptr); in check_auto_possessive()
3126 if (utf) FORWARDCHAR(ptr); in check_auto_possessive()
3943 if (utf) FORWARDCHAR(ptr); in compile_branch()

Completed in 37 milliseconds