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

  /external/pcre/dist2/src/
pcre2_intmodedep.h 402 #define GETUTF16INC(c, eptr) \
410 if ((c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);
417 if (utf && (c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);
    [all...]
pcre2_study.c 741 if ((c & 0xfc00) == 0xd800) GETUTF16INC(c, p);
    [all...]

Completed in 63 milliseconds