PCRE_UTF8 1009 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 4216 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) != 0) PCRE_UTF8 4266 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) == 0) PCRE_UTF8 4294 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) != 0) /* All UTFs use the same flag bit */ PCRE_UTF8 4406 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 4493 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 8425 ext/pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, PCRE_UTF8 8487 ext/pcre/pcrelib/pcre_compile.c (options & PCRE_UTF8) != 0, cd, save_hwm_offset); PCRE_UTF8 9092 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 7; options |= PCRE_UTF8; continue; } PCRE_UTF8 9104 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 6; options |= PCRE_UTF8; continue; } PCRE_UTF8 9174 ext/pcre/pcrelib/pcre_compile.c utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 9539 ext/pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, PCRE_UTF8 6433 ext/pcre/pcrelib/pcre_exec.c utf = md->utf = (re->options & PCRE_UTF8) != 0; PCRE_UTF8 1120 ext/pcre/pcrelib/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_UTF8 9878 ext/pcre/pcrelib/pcre_jit_compile.c common->utf = (re->options & PCRE_UTF8) != 0; PCRE_UTF8 89 ext/pcre/pcrelib/pcre_study.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 1537 ext/pcre/pcrelib/pcre_study.c rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, PCRE_UTF8 267 ext/pcre/pcrelib/pcredemo.c utf8 = option_bits & PCRE_UTF8; PCRE_UTF8 280 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; PCRE_UTF8 239 ext/pcre/php_pcre.c if (pce->compile_options & PCRE_UTF8) { PCRE_UTF8 391 ext/pcre/php_pcre.c case 'u': coptions |= PCRE_UTF8; PCRE_UTF8 1672 ext/pcre/php_pcre.c if (pce->compile_options & PCRE_UTF8) {