Searched refs:UCHAR21 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c3279 pcre_uint32 cc = UCHAR21(eptr);
4396 UCHAR21(eptr) == NLBLOCK->nl[0])
4438 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++;
4548 cc = UCHAR21(eptr);
4565 cc = UCHAR21(eptr);
4582 cc = UCHAR21(eptr);
4599 cc = UCHAR21(eptr);
4616 cc = UCHAR21(eptr);
5177 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++;
5719 UCHAR21(ept
[all...]
H A Dpcre_internal.h590 starting with UCHAR21. In all other modes, including the normal 32-bit
595 #define UCHAR21(eptr) (*(eptr)) macro

Completed in 96 milliseconds