Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h741 #define GETUTF8LEN(c, eptr, len) \ macro
780 if (c >= 0xc0) GETUTF8LEN(c, eptr, len);
788 if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len);