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

  /external/pcre/dist2/src/
pcre2_intmodedep.h 76 #undef NOT_FIRSTCU
261 /* #define NOT_FIRSTCU(c) */
297 #define NOT_FIRSTCU(c) (((c) & 0xc0u) == 0x80u)
383 #define NOT_FIRSTCU(c) (((c) & 0xfc00u) == 0xdc00u)
478 #define NOT_FIRSTCU(c) (0)
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]
pcre2_compile.c     [all...]

Completed in 56 milliseconds