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 304 if (c >= 0xc0u) GETUTF8(c, eptr);
311 if (utf && c >= 0xc0u) GETUTF8(c, eptr);
    [all...]
pcre2_internal.h 264 #define GETUTF8(c, eptr) \
    [all...]

Completed in 322 milliseconds