PCRE_UTF8 73 core/RegExpObject.cpp m_optionFlags = PCRE_UTF8; PCRE_UTF8 117 core/RegExpObject.cpp m_optionFlags = PCRE_UTF8; PCRE_UTF8 528 pcre/pcre_compile.cpp BOOL utf8 = (options & PCRE_UTF8) != 0; PCRE_UTF8 1466 pcre/pcre_compile.cpp if ((options & PCRE_UTF8) != 0) PCRE_UTF8 1480 pcre/pcre_compile.cpp if ((options & PCRE_UTF8) != 0) PCRE_UTF8 2621 pcre/pcre_compile.cpp BOOL utf8 = (options & PCRE_UTF8) != 0; PCRE_UTF8 6168 pcre/pcre_compile.cpp utf8 = (options & PCRE_UTF8) != 0; PCRE_UTF8 6176 pcre/pcre_compile.cpp if ((options & PCRE_UTF8) != 0) PCRE_UTF8 6398 pcre/pcre_compile.cpp groupptr = find_bracket(codestart, (re->options & PCRE_UTF8) != 0, recno); PCRE_UTF8 313 pcre/pcre_dfa_exec.cpp BOOL utf8 = (md->poptions & PCRE_UTF8) != 0; PCRE_UTF8 2560 pcre/pcre_dfa_exec.cpp utf8 = (re->options & PCRE_UTF8) != 0; PCRE_UTF8 4610 pcre/pcre_exec.cpp utf8 = md->utf8 = (re->options & PCRE_UTF8) != 0; PCRE_UTF8 500 pcre/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_UTF8 552 pcre/pcre_study.cpp (re->options & PCRE_UTF8) != 0, &compile_block) != SSB_DONE) return NULL; PCRE_UTF8 1408 pcre/pcregrep.cpp case 'u': options |= PCRE_UTF8; utf8 = TRUE; break; PCRE_UTF8 251 pcre/pcreposix.cpp if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; PCRE_UTF8 1056 pcre/pcretest.cpp use_utf8 = (get_options & PCRE_UTF8) != 0; PCRE_UTF8 1176 pcre/pcretest.cpp case '8': options |= PCRE_UTF8; use_utf8 = 1; break; PCRE_UTF8 1236 pcre/pcretest.cpp if ((options & PCRE_UTF8) != 0) cflags |= REG_UTF8; PCRE_UTF8 1462 pcre/pcretest.cpp ((get_options & PCRE_UTF8) != 0)? " utf8" : "",