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

  /external/pcre/dist2/src/
pcre2_intmodedep.h 298 if (c >= 0xc0u) GETUTF8(c, eptr);
305 if (utf && c >= 0xc0u) GETUTF8(c, eptr);
    [all...]
pcre2_internal.h 285 #define GETUTF8(c, eptr) \
    [all...]

Completed in 49 milliseconds