Home
last modified time | relevance | path

Searched refs:GETUTF8INC (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist/
Dpcre_internal.h654 #define GETUTF8INC(c, eptr) \ macro
729 if (c >= 0xc0) GETUTF8INC(c, eptr);
736 if (utf && c >= 0xc0) GETUTF8INC(c, eptr);
Dpcretest.c4616 if (use_utf && HASUTF8EXTRALEN(c)) { GETUTF8INC(c, p); } in main()