Home
last modified time | relevance | path

Searched refs:NOT_FIRSTCHAR (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h712 #define NOT_FIRSTCHAR(c) (((c) & 0xc0) == 0x80) macro
825 #define NOT_FIRSTCHAR(c) (((c) & 0xfc00) == 0xdc00) macro
910 #define NOT_FIRSTCHAR(c) (0) macro
H A Dpcre_exec.c6465 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) in pcre_exec()
H A Dpcre_compile.c5747 if (utf && NOT_FIRSTCHAR(code[-1])) in compile_branch()

Completed in 53 milliseconds