Lines Matching refs:PCRE_UTF8
1007 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape()
4214 if ((options & PCRE_UTF8) != 0) in add_to_class()
4264 if ((options & PCRE_UTF8) == 0) in add_to_class()
4292 if ((options & PCRE_UTF8) != 0) /* All UTFs use the same flag bit */ in add_to_class()
4404 BOOL utf = (options & PCRE_UTF8) != 0; in add_not_list_to_class()
4491 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch()
8428 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()
8490 (options & PCRE_UTF8) != 0, cd, save_hwm_offset); in compile_regex()
9095 { skipatstart += 7; options |= PCRE_UTF8; continue; } in pcre_compile2()
9107 { skipatstart += 6; options |= PCRE_UTF8; continue; } in pcre_compile2()
9177 utf = (options & PCRE_UTF8) != 0; in pcre_compile2()
9542 fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, in pcre_compile2()