PCRE_UCP 1161 pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0 && c <= -ESC_D && c >= -ESC_w) PCRE_UCP 3926 pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) PCRE_UCP 4672 pcre/pcrelib/pcre_compile.c if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0)) PCRE_UCP 7715 pcre/pcrelib/pcre_compile.c { skipatstart += 6; options |= PCRE_UCP; continue; } PCRE_UCP 7772 pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) PCRE_UCP 6533 pcre/pcrelib/pcre_exec.c md->use_ucp = (re->options & PCRE_UCP) != 0; PCRE_UCP 883 pcre/pcrelib/pcre_internal.h PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE) PCRE_UCP 266 pcre/pcrelib/pcreposix.c if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; PCRE_UCP 363 pcre/php_pcre.c #ifdef PCRE_UCP PCRE_UCP 364 pcre/php_pcre.c coptions |= PCRE_UCP;