Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c1035 #define PCHARS(lv, p, offset, len, utf, f) \ macro
1567 #define PCHARS(lv, p, offset, len, utf, f) \ macro
1965 #define PCHARS(lv, p, offset, len, utf, f) \ macro
2069 #define PCHARS(lv, p, offset, len, utf, f) \ macro
2173 #define PCHARS(lv, p, offset, len, utf, f) \ macro
5997 PCHARS(pre_start, cb->subject, 0, cb->start_match, utf, f); in callout_function()
6007 PCHARS(post_start, cb->subject, cb->start_match, in callout_function()
6017 PCHARS(subject_length, cb->subject, 0, cb->subject_length, utf, NULL); in callout_function()
7406 PCHARS(lleft, pp, leftchar, start - leftchar, utf, outfile); in process_data()
7407 PCHARS(lmiddle, pp, start, end - start, utf, outfile); in process_data()
[all …]