NOT_FIRSTCHAR 581 pcre/pcrelib/pcre_internal.h #define NOT_FIRSTCHAR(c) (((c) & 0xc0) == 0x80) NOT_FIRSTCHAR 752 pcre/pcrelib/pcre_internal.h #define NOT_FIRSTCHAR(c) (((c) & 0xfc00) == 0xdc00)