Searched refs:PCRE_UTF8 (Results 1 – 7 of 7) sorted by relevance
120 #define PCRE_UTF8 0x00000800 /* Compile (same as PCRE_UTF16) */ macro
84 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength()1389 rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, in pcre_study()
773 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape()3471 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch()7179 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()7714 { skipatstart += 7; options |= PCRE_UTF8; continue; } in pcre_compile2()7749 utf = (options & PCRE_UTF8) != 0; in pcre_compile2()8038 fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, in pcre_compile2()
420 BOOL utf = (md->poptions & PCRE_UTF8) != 0; in internal_dfa_exec()3216 utf = (re->options & PCRE_UTF8) != 0; in pcre_dfa_exec()
878 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
6415 utf = md->utf = (re->options & PCRE_UTF8) != 0; in pcre_exec()
6927 common->utf = (re->options & PCRE_UTF8) != 0; in PRIV()