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

  /external/pcre/dist2/src/
pcre2_extuni.c 112 if (utf) BACKCHAR(bptr);
121 BACKCHAR(bptr);
pcre2_newline.c 178 BACKCHAR(ptr);
pcre2_intmodedep.h 55 #undef BACKCHAR
269 /* #define BACKCHAR(eptr) */
346 #define BACKCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr--
452 #define BACKCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr--
525 #define BACKCHAR(eptr) do { } while (0)
    [all...]
pcre2_match.c     [all...]
pcre2_dfa_match.c     [all...]
pcre2_compile.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 50 milliseconds