PCRE_UTF8         999 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0;
PCRE_UTF8        4200 ext/pcre/pcrelib/pcre_compile.c   if ((options & PCRE_UTF8) != 0)
PCRE_UTF8        4250 ext/pcre/pcrelib/pcre_compile.c   if ((options & PCRE_UTF8) == 0)
PCRE_UTF8        4278 ext/pcre/pcrelib/pcre_compile.c   if ((options & PCRE_UTF8) != 0)  /* All UTFs use the same flag bit */
PCRE_UTF8        4390 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0;
PCRE_UTF8        4477 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0;
PCRE_UTF8        8299 ext/pcre/pcrelib/pcre_compile.c       fixed_length = find_fixedlength(last_branch,  (options & PCRE_UTF8) != 0,
PCRE_UTF8        8361 ext/pcre/pcrelib/pcre_compile.c           (options & PCRE_UTF8) != 0, cd, save_hwm_offset);
PCRE_UTF8        8966 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 7; options |= PCRE_UTF8; continue; }
PCRE_UTF8        8978 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 6; options |= PCRE_UTF8; continue; }
PCRE_UTF8        9048 ext/pcre/pcrelib/pcre_compile.c utf = (options & PCRE_UTF8) != 0;
PCRE_UTF8        9402 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        1119 ext/pcre/pcrelib/pcre_internal.h    PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
PCRE_UTF8        9836 ext/pcre/pcrelib/pcre_jit_compile.c common->utf = (re->options & PCRE_UTF8) != 0;
PCRE_UTF8          87 ext/pcre/pcrelib/pcre_study.c BOOL utf = (options & PCRE_UTF8) != 0;
PCRE_UTF8        1530 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         234 ext/pcre/php_pcre.c 	if (pce->compile_options & PCRE_UTF8) {
PCRE_UTF8         386 ext/pcre/php_pcre.c 			case 'u':	coptions |= PCRE_UTF8;
PCRE_UTF8        1629 ext/pcre/php_pcre.c 				if (pce->compile_options & PCRE_UTF8) {