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

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c3272 pcre_uint32 cc = UCHAR21(eptr);
4389 UCHAR21(eptr) == NLBLOCK->nl[0])
4431 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++;
4541 cc = UCHAR21(eptr);
4558 cc = UCHAR21(eptr);
4575 cc = UCHAR21(eptr);
4592 cc = UCHAR21(eptr);
4609 cc = UCHAR21(eptr);
5170 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++;
5707 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 316 milliseconds