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

/external/pcre/dist/
H A Dpcretest.c513 #define PCHARS(lv, p, offset, len, f) \ macro
752 #define PCHARS(lv, p, offset, len, f) \ macro
754 G(PCHARS,BITONE)(lv, p, offset, len, f); \
756 G(PCHARS,BITTWO)(lv, p, offset, len, f)
919 #define PCHARS PCHARS8 macro
950 #define PCHARS PCHARS16 macro
981 #define PCHARS PCHARS32 macro
2280 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
2281 PCHARS(post_start, cb->subject, cb->start_match,
2284 PCHARS(subject_lengt
[all...]

Completed in 58 milliseconds