HomeSort by relevance Sort by last modified time
    Searched refs:NOT_FIRSTCHAR (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/
pcre_internal.h 612 /* #define NOT_FIRSTCHAR(c) */
708 #define NOT_FIRSTCHAR(c) (((c) & 0xc0) == 0x80)
821 #define NOT_FIRSTCHAR(c) (((c) & 0xfc00) == 0xdc00)
906 #define NOT_FIRSTCHAR(c) (0)
    [all...]
pcre_dfa_exec.c     [all...]
pcre_compile.c     [all...]
pcre_exec.c     [all...]

Completed in 138 milliseconds