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 75 #undef NOT_FIRSTCU
255 /* #define NOT_FIRSTCU(c) */
291 #define NOT_FIRSTCU(c) (((c) & 0xc0u) == 0x80u)
377 #define NOT_FIRSTCU(c) (((c) & 0xfc00u) == 0xdc00u)
472 #define NOT_FIRSTCU(c) (0)
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_compile.c     [all...]
pcre2_match.c     [all...]

Completed in 81 milliseconds