Home | History | Annotate | Download | only in pcre

Lines Matching refs:utf8

75 print_char(FILE *f, uschar *ptr, BOOL utf8)
80 utf8 = utf8; /* Avoid compiler warning */
85 if (!utf8 || (c & 0xc0) != 0xc0)
159 BOOL utf8;
178 utf8 = (options & PCRE_UTF8) != 0;
226 code += 1 + print_char(f, code, utf8);
237 code += 1 + print_char(f, code, utf8);
326 else extra = print_char(f, code+1, utf8);
335 extra = print_char(f, code+3, utf8);
499 /* Indicate a non-UTF8 class which was created by negation */