Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h691 #define NOT_FIRSTCHAR(c) (((c) & 0xc0) == 0x80) macro
828 #define NOT_FIRSTCHAR(c) (((c) & 0xfc00) == 0xdc00) macro
937 #define NOT_FIRSTCHAR(c) (0) macro

Completed in 21 milliseconds