Lines Matching refs:utf
118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) in print_char() argument
124 (void)utf; /* Avoid compiler warning */ in print_char()
134 if (!utf || (c & 0xc0) != 0xc0) in print_char()
170 if (!utf || (c & 0xfc00) != 0xd800) in print_char()
196 if (!utf || (c & 0xfffff800u) != 0xd800u) in print_char()
314 BOOL utf; in pcre_printint() local
334 utf = (options & PCRE_UTF8) != 0; in pcre_printint()
374 code += 1 + print_char(f, code, utf); in pcre_printint()
385 code += 1 + print_char(f, code, utf); in pcre_printint()
502 else extra = print_char(f, code+1, utf); in pcre_printint()
517 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint()
547 extra = print_char(f, code + 1, utf); in pcre_printint()
573 extra = print_char(f, code + 1, utf); in pcre_printint()
589 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint()
750 ccode += 1 + print_char(f, ccode, utf); in pcre_printint()
754 ccode += 1 + print_char(f, ccode, utf); in pcre_printint()