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

  /external/pcre/dist2/src/
pcre2_intmodedep.h 312 if (c >= 0xc0u) GETUTF8INC(c, eptr);
319 if (utf && c >= 0xc0u) GETUTF8INC(c, eptr);
    [all...]
pcre2_internal.h 307 #define GETUTF8INC(c, eptr) \
    [all...]
pcre2_study.c 739 if (c >= 0xc0) GETUTF8INC(c, p);
    [all...]
pcre2test.c     [all...]

Completed in 215 milliseconds