Lines Matching refs:PCRE_UTF8
999 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape()
4150 if ((options & PCRE_UTF8) != 0) in add_to_class()
4196 if ((options & PCRE_UTF8) == 0) in add_to_class()
4224 if ((options & PCRE_UTF8) != 0) /* All UTFs use the same flag bit */ in add_to_class()
4336 BOOL utf = (options & PCRE_UTF8) != 0; in add_not_list_to_class()
4423 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch()
8214 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()
8276 (options & PCRE_UTF8) != 0, cd, cd->hwm); in compile_regex()
8880 { skipatstart += 7; options |= PCRE_UTF8; continue; } in pcre_compile2()
8892 { skipatstart += 6; options |= PCRE_UTF8; continue; } in pcre_compile2()
8962 utf = (options & PCRE_UTF8) != 0; in pcre_compile2()
9321 fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, in pcre_compile2()