Searched refs:PCHARS (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcretest.c | 513 #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 2283 PCHARS(pre_start, cb->subject, 0, cb->start_match, f); in callout() 2284 PCHARS(post_start, cb->subject, cb->start_match, in callout() 2287 PCHARS(subject_length, cb->subject, 0, cb->subject_length, NULL); in callout()
|