PCRE_UTF8 767 pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 3465 pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 7173 pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, PCRE_UTF8 7708 pcre/pcrelib/pcre_compile.c { skipatstart += 7; options |= PCRE_UTF8; continue; } PCRE_UTF8 7743 pcre/pcrelib/pcre_compile.c utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 8032 pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, PCRE_UTF8 6418 pcre/pcrelib/pcre_exec.c utf = md->utf = (re->options & PCRE_UTF8) != 0; PCRE_UTF8 880 pcre/pcrelib/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_UTF8 84 pcre/pcrelib/pcre_study.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 1389 pcre/pcrelib/pcre_study.c rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, PCRE_UTF8 267 pcre/pcrelib/pcredemo.c utf8 = option_bits & PCRE_UTF8; PCRE_UTF8 265 pcre/pcrelib/pcreposix.c if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; PCRE_UTF8 359 pcre/php_pcre.c case 'u': coptions |= PCRE_UTF8; PCRE_UTF8 1585 pcre/php_pcre.c if (pce->compile_options & PCRE_UTF8) {