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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_internal.h708 #define NOT_FIRSTCHAR(c) (((c) & 0xc0) == 0x80) macro
821 #define NOT_FIRSTCHAR(c) (((c) & 0xfc00) == 0xdc00) macro
906 #define NOT_FIRSTCHAR(c) (0) macro

Completed in 80 milliseconds