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

  /external/pcre/dist2/src/
pcre2_intmodedep.h 326 if (c >= 0xc0u) GETUTF8LEN(c, eptr, len);
334 if (utf && c >= 0xc0u) GETUTF8LEN(c, eptr, len);
    [all...]
pcre2_internal.h 341 #define GETUTF8LEN(c, eptr, len) \
    [all...]

Completed in 66 milliseconds