utf 1009 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; utf 1080 ext/pcre/pcrelib/pcre_compile.c if (c > (utf ? 0x10ffffU : 0xffU)) utf 1082 ext/pcre/pcrelib/pcre_compile.c if (c > (utf ? 0x10ffffU : 0xffffU)) utf 1084 ext/pcre/pcrelib/pcre_compile.c if (utf && c > 0x10ffffU) utf 1089 ext/pcre/pcrelib/pcre_compile.c else if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; utf 1264 ext/pcre/pcrelib/pcre_compile.c if (!utf && c > 0xff) *errorcodeptr = ERR51; utf 1287 ext/pcre/pcrelib/pcre_compile.c if (c > (utf ? 0x10ffffU : 0xffU)) { overflow = TRUE; break; } utf 1289 ext/pcre/pcrelib/pcre_compile.c if (c > (utf ? 0x10ffffU : 0xffffU)) { overflow = TRUE; break; } utf 1291 ext/pcre/pcrelib/pcre_compile.c if (utf && c > 0x10ffffU) { overflow = TRUE; break; } utf 1301 ext/pcre/pcrelib/pcre_compile.c if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; utf 1368 ext/pcre/pcrelib/pcre_compile.c if (c > (utf ? 0x10ffffU : 0xffU)) { overflow = TRUE; break; } utf 1370 ext/pcre/pcrelib/pcre_compile.c if (c > (utf ? 0x10ffffU : 0xffffU)) { overflow = TRUE; break; } utf 1372 ext/pcre/pcrelib/pcre_compile.c if (utf && c > 0x10ffffU) { overflow = TRUE; break; } utf 1384 ext/pcre/pcrelib/pcre_compile.c if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; utf 1736 ext/pcre/pcrelib/pcre_compile.c find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd, utf 1765 ext/pcre/pcrelib/pcre_compile.c d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd, utf 1808 ext/pcre/pcrelib/pcre_compile.c d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); utf 1869 ext/pcre/pcrelib/pcre_compile.c if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 1883 ext/pcre/pcrelib/pcre_compile.c if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 2080 ext/pcre/pcrelib/pcre_compile.c PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) utf 2158 ext/pcre/pcrelib/pcre_compile.c if (utf) switch(c) utf 2220 ext/pcre/pcrelib/pcre_compile.c (void)(utf); /* Keep compiler happy by referencing function argument */ utf 2243 ext/pcre/pcrelib/pcre_compile.c find_recurse(const pcre_uchar *code, BOOL utf) utf 2303 ext/pcre/pcrelib/pcre_compile.c if (utf) switch(c) utf 2365 ext/pcre/pcrelib/pcre_compile.c (void)(utf); /* Keep compiler happy by referencing function argument */ utf 2397 ext/pcre/pcrelib/pcre_compile.c BOOL utf, compile_data *cd, recurse_check *recurses) utf 2469 ext/pcre/pcrelib/pcre_compile.c if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse)) utf 2525 ext/pcre/pcrelib/pcre_compile.c if (!empty_branch && could_be_empty_branch(code, endcode, utf, cd, utf 2705 ext/pcre/pcrelib/pcre_compile.c if (utf && HAS_EXTRALEN(code[1])) code += GET_EXTRALEN(code[1]); utf 2723 ext/pcre/pcrelib/pcre_compile.c if (utf && HAS_EXTRALEN(code[1 + IMM2_SIZE])) code += GET_EXTRALEN(code[1 + IMM2_SIZE]); utf 2772 ext/pcre/pcrelib/pcre_compile.c branch_chain *bcptr, BOOL utf, compile_data *cd) utf 2776 ext/pcre/pcrelib/pcre_compile.c if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL)) utf 2915 ext/pcre/pcrelib/pcre_compile.c get_chr_property_list(const pcre_uchar *code, BOOL utf, utf 2927 ext/pcre/pcrelib/pcre_compile.c utf = utf; /* Suppress "unused parameter" compiler warning */ utf 3006 ext/pcre/pcrelib/pcre_compile.c if (chr < 128 || (chr < 256 && !utf)) utf 3120 ext/pcre/pcrelib/pcre_compile.c compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd, utf 3211 ext/pcre/pcrelib/pcre_compile.c if (!compare_opcodes(code, utf, cd, base_list, base_end, rec_limit)) utf 3232 ext/pcre/pcrelib/pcre_compile.c if (!compare_opcodes(next_code, utf, cd, base_list, base_end, rec_limit)) utf 3244 ext/pcre/pcrelib/pcre_compile.c code = get_chr_property_list(code, utf, cd->fcc, list); utf 3266 ext/pcre/pcrelib/pcre_compile.c || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS)) utf 3271 ext/pcre/pcrelib/pcre_compile.c if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) utf 3619 ext/pcre/pcrelib/pcre_compile.c list_ptr[2] + LINK_SIZE, utf)) return FALSE; utf 3659 ext/pcre/pcrelib/pcre_compile.c auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd) utf 3683 ext/pcre/pcrelib/pcre_compile.c get_chr_property_list(code, utf, cd->fcc, list) : NULL; utf 3687 ext/pcre/pcrelib/pcre_compile.c if (end != NULL && compare_opcodes(end, utf, cd, list, end, &rec_limit)) utf 3739 ext/pcre/pcrelib/pcre_compile.c end = get_chr_property_list(code, utf, cd->fcc, list); utf 3744 ext/pcre/pcrelib/pcre_compile.c if (compare_opcodes(end, utf, cd, list, end, &rec_limit)) utf 3821 ext/pcre/pcrelib/pcre_compile.c if (utf) switch(c) utf 3883 ext/pcre/pcrelib/pcre_compile.c (void)(utf); /* Keep compiler happy by referencing function argument */ utf 4020 ext/pcre/pcrelib/pcre_compile.c adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, utf 4027 ext/pcre/pcrelib/pcre_compile.c while ((ptr = (pcre_uchar *)find_recurse(ptr, utf)) != NULL) utf 4406 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; utf 4414 ext/pcre/pcrelib/pcre_compile.c (p[1] == NOTACHAR) ? (utf ? 0x10ffffu : 0xffffffffu) : p[1] - 1); utf 4493 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; utf 4498 ext/pcre/pcrelib/pcre_compile.c BOOL utf = FALSE; utf 4695 ext/pcre/pcrelib/pcre_compile.c if (utf) FORWARDCHAR(ptr); utf 4930 ext/pcre/pcrelib/pcre_compile.c if (utf && HAS_EXTRALEN(c)) utf 5325 ext/pcre/pcrelib/pcre_compile.c if (utf) utf 5440 ext/pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_CASELESS) != 0 && utf 5454 ext/pcre/pcrelib/pcre_compile.c if (utf && c > MAX_VALUE_FOR_SINGLE_CHAR) utf 5470 ext/pcre/pcrelib/pcre_compile.c if (utf && c > MAX_VALUE_FOR_SINGLE_CHAR) utf 5668 ext/pcre/pcrelib/pcre_compile.c if (utf) FORWARDCHAR(p); utf 5747 ext/pcre/pcrelib/pcre_compile.c if (utf && NOT_FIRSTCHAR(code[-1])) utf 5855 ext/pcre/pcrelib/pcre_compile.c if (utf && (c & UTF_LENGTH) != 0) utf 5880 ext/pcre/pcrelib/pcre_compile.c if (utf && (c & UTF_LENGTH) != 0) utf 5910 ext/pcre/pcrelib/pcre_compile.c if (utf && (c & UTF_LENGTH) != 0) utf 6030 ext/pcre/pcrelib/pcre_compile.c adjust_recurse(previous, 1, utf, cd, item_hwm_offset); utf 6054 ext/pcre/pcrelib/pcre_compile.c adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, item_hwm_offset); utf 6289 ext/pcre/pcrelib/pcre_compile.c if (could_be_empty_branch(scode, ketcode, utf, cd, NULL)) utf 6318 ext/pcre/pcrelib/pcre_compile.c adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, item_hwm_offset); utf 6407 ext/pcre/pcrelib/pcre_compile.c if (utf && HAS_EXTRALEN(tempcode[-1])) utf 6452 ext/pcre/pcrelib/pcre_compile.c adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, item_hwm_offset); utf 6501 ext/pcre/pcrelib/pcre_compile.c adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, item_hwm_offset); utf 7494 ext/pcre/pcrelib/pcre_compile.c called = PRIV(find_bracket)(cd->start_code, utf, recno); utf 7530 ext/pcre/pcrelib/pcre_compile.c could_be_empty(called, code, bcptr, utf, cd)) utf 8074 ext/pcre/pcrelib/pcre_compile.c *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape; utf 8085 ext/pcre/pcrelib/pcre_compile.c if (utf && c > MAX_VALUE_FOR_SINGLE_CHAR) utf 8108 ext/pcre/pcrelib/pcre_compile.c if (utf && HAS_EXTRALEN(c)) utf 8124 ext/pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_CASELESS) != 0) utf 9005 ext/pcre/pcrelib/pcre_compile.c BOOL utf; utf 9174 ext/pcre/pcrelib/pcre_compile.c utf = (options & PCRE_UTF8) != 0; utf 9175 ext/pcre/pcrelib/pcre_compile.c if (utf && never_utf) utf 9187 ext/pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_NO_UTF8_CHECK) == 0 && utf 9200 ext/pcre/pcrelib/pcre_compile.c if (utf) utf 9479 ext/pcre/pcrelib/pcre_compile.c groupptr = PRIV(find_bracket)(codestart, utf, recno); utf 9509 ext/pcre/pcrelib/pcre_compile.c auto_possessify(temp, utf, cd); utf 9529 ext/pcre/pcrelib/pcre_compile.c for (cc = (pcre_uchar *)PRIV(find_bracket)(codestart, utf, -1); utf 9531 ext/pcre/pcrelib/pcre_compile.c cc = (pcre_uchar *)PRIV(find_bracket)(cc, utf, -1)) utf 9600 ext/pcre/pcrelib/pcre_compile.c if (utf) utf 9642 ext/pcre/pcrelib/pcre_compile.c if (utf) utf 9714 ext/pcre/pcrelib/pcre_compile.c if (could_be_empty_branch(codestart, code, utf, cd, NULL)) utf 134 ext/pcre/pcrelib/pcre_exec.c BOOL utf = md->utf; utf 171 ext/pcre/pcrelib/pcre_exec.c BOOL utf = md->utf; utf 199 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 524 ext/pcre/pcrelib/pcre_exec.c register BOOL utf; /* Local copy of UTF flag for speed */ utf 716 ext/pcre/pcrelib/pcre_exec.c utf = md->utf; /* Local copy of the flag */ utf 718 ext/pcre/pcrelib/pcre_exec.c utf = FALSE; utf 1675 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 2194 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 2329 ext/pcre/pcrelib/pcre_exec.c if (utf) ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); utf 2668 ext/pcre/pcrelib/pcre_exec.c if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } utf 2922 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 2974 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3030 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3156 ext/pcre/pcrelib/pcre_exec.c if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); utf 3180 ext/pcre/pcrelib/pcre_exec.c if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); utf 3203 ext/pcre/pcrelib/pcre_exec.c if (!PRIV(xclass)(c, data, utf)) break; utf 3215 ext/pcre/pcrelib/pcre_exec.c if (utf) BACKCHAR(eptr); utf 3229 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3266 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3403 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3529 ext/pcre/pcrelib/pcre_exec.c if (utf && fc > 127) utf 3532 ext/pcre/pcrelib/pcre_exec.c if (utf && fc > 127) utf 3668 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3798 ext/pcre/pcrelib/pcre_exec.c if (utf && fc > 127) utf 3801 ext/pcre/pcrelib/pcre_exec.c if (utf && fc > 127) utf 3809 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3844 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3889 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3946 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 3980 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 4024 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 4364 ext/pcre/pcrelib/pcre_exec.c if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } utf 4381 ext/pcre/pcrelib/pcre_exec.c if (utf) switch(ctype) utf 5125 ext/pcre/pcrelib/pcre_exec.c if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } utf 5139 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 5617 ext/pcre/pcrelib/pcre_exec.c if (utf) BACKCHAR(eptr); utf 5641 ext/pcre/pcrelib/pcre_exec.c if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } utf 5674 ext/pcre/pcrelib/pcre_exec.c if (!utf) c = *eptr; else utf 5685 ext/pcre/pcrelib/pcre_exec.c if (!utf) c = *fptr; else utf 5702 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 6368 ext/pcre/pcrelib/pcre_exec.c BOOL utf; utf 6433 ext/pcre/pcrelib/pcre_exec.c utf = md->utf = (re->options & PCRE_UTF8) != 0; utf 6441 ext/pcre/pcrelib/pcre_exec.c if (utf && (options & PCRE_NO_UTF8_CHECK) == 0) utf 6708 ext/pcre/pcrelib/pcre_exec.c if (utf && first_char > 127) utf 6730 ext/pcre/pcrelib/pcre_exec.c if (utf && req_char > 127) utf 6757 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 6801 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 6977 ext/pcre/pcrelib/pcre_exec.c if (utf) utf 320 ext/pcre/pcrelib/pcre_internal.h &(NLBLOCK->nllen), utf)) \ utf 334 ext/pcre/pcrelib/pcre_internal.h &(NLBLOCK->nllen), utf)) \ utf 726 ext/pcre/pcrelib/pcre_internal.h if (utf && c >= 0xc0) GETUTF8(c, eptr); utf 740 ext/pcre/pcrelib/pcre_internal.h if (utf && c >= 0xc0) GETUTF8INC(c, eptr); utf 792 ext/pcre/pcrelib/pcre_internal.h if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len); utf 845 ext/pcre/pcrelib/pcre_internal.h if (utf && (c & 0xfc00) == 0xd800) GETUTF16(c, eptr); utf 865 ext/pcre/pcrelib/pcre_internal.h if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr); utf 887 ext/pcre/pcrelib/pcre_internal.h if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len); utf 2537 ext/pcre/pcrelib/pcre_internal.h BOOL utf; /* UTF-8 / UTF-16 flag */ utf 2738 ext/pcre/pcrelib/pcre_internal.h (utf ? PRIV(strcmp_uc_uc_utf)((str1), (str2)) : PRIV(strcmp_uc_uc)((str1), (str2))) utf 2740 ext/pcre/pcrelib/pcre_internal.h (utf ? PRIV(strcmp_uc_c8_utf)((str1), (str2)) : PRIV(strcmp_uc_c8)((str1), (str2))) utf 419 ext/pcre/pcrelib/pcre_jit_compile.c BOOL utf; utf 735 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 757 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) return NULL; utf 1220 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 1608 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 1617 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 1626 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 1802 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 1815 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 1828 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 2374 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 2399 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && c > 127) utf 2420 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 2458 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && c > 127) utf 2474 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && c > 65535) utf 2589 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 2602 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 2646 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(common->utf); utf 2686 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 2761 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 2814 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 2851 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && update_str_ptr) utf 2870 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 2880 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 3159 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) readuchar = TRUE; utf 3172 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 3180 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 3321 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(*cc)) len += GET_EXTRALEN(*cc); utf 3359 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && !is_char7_bitset((const pcre_uint8 *)(cc + 1), FALSE)) return consumed; utf 3367 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) return consumed; utf 3376 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) return consumed; utf 3385 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit, FALSE)) utf 3394 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE)) utf 3403 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE)) utf 3420 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) return consumed; utf 3430 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) return consumed; utf 3445 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) return consumed; utf 3488 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(*cc)) len += GET_EXTRALEN(*cc); utf 3494 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 3841 ext/pcre/pcrelib/pcre_jit_compile.c if (first_char > 127 && common->utf) utf 3986 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4006 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4012 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4019 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4072 ext/pcre/pcrelib/pcre_jit_compile.c if (req_char > 127 && common->utf) utf 4184 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4229 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4412 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4440 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4478 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4662 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(*cc)) utf 4790 ext/pcre/pcrelib/pcre_jit_compile.c BOOL utf = common->utf; utf 4937 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 4949 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 5325 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, FALSE)) utf 5339 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, FALSE)) utf 5352 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FALSE)) utf 5385 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 5669 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(*cc)) length += GET_EXTRALEN(*cc); utf 5686 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 5719 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 5780 ext/pcre/pcrelib/pcre_jit_compile.c bit = (common->utf && is_char7_bitset((const pcre_uint8 *)cc, type == OP_NCLASS)) ? 127 : 255; utf 5791 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 5835 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 5878 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(cc[1])) utf 5886 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 6008 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && *cc == OP_REFI) utf 7897 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && HAS_EXTRALEN(*cc)) *end += GET_EXTRALEN(*cc); utf 9878 ext/pcre/pcrelib/pcre_jit_compile.c common->utf = (re->options & PCRE_UTF8) != 0; utf 9882 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf) utf 77 ext/pcre/pcrelib/pcre_newline.c BOOL utf) utf 80 ext/pcre/pcrelib/pcre_newline.c (void)utf; utf 82 ext/pcre/pcrelib/pcre_newline.c if (utf) utf 117 ext/pcre/pcrelib/pcre_newline.c case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; utf 152 ext/pcre/pcrelib/pcre_newline.c BOOL utf) utf 155 ext/pcre/pcrelib/pcre_newline.c (void)utf; utf 158 ext/pcre/pcrelib/pcre_newline.c if (utf) utf 196 ext/pcre/pcrelib/pcre_newline.c case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; utf 89 ext/pcre/pcrelib/pcre_study.c BOOL utf = (options & PCRE_UTF8) != 0; utf 234 ext/pcre/pcrelib/pcre_study.c if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 255 ext/pcre/pcrelib/pcre_study.c if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 303 ext/pcre/pcrelib/pcre_study.c if (utf) return -1; utf 398 ext/pcre/pcrelib/pcre_study.c ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); utf 438 ext/pcre/pcrelib/pcre_study.c ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); utf 578 ext/pcre/pcrelib/pcre_study.c if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); utf 636 ext/pcre/pcrelib/pcre_study.c compile_data *cd, BOOL utf) utf 644 ext/pcre/pcrelib/pcre_study.c if (utf && c > 127) utf 659 ext/pcre/pcrelib/pcre_study.c (void)(utf); /* Stops warning for unused parameter */ utf 677 ext/pcre/pcrelib/pcre_study.c if (utf && c > 127) utf 692 ext/pcre/pcrelib/pcre_study.c (void)(utf); /* Stops warning for unused parameter */ utf 802 ext/pcre/pcrelib/pcre_study.c set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, utf 808 ext/pcre/pcrelib/pcre_study.c int table_limit = utf? 16:32; utf 937 ext/pcre/pcrelib/pcre_study.c if (utf) utf 973 ext/pcre/pcrelib/pcre_study.c rc = set_start_bits(tcode, start_bits, utf, cd); utf 1020 ext/pcre/pcrelib/pcre_study.c rc = set_start_bits(++tcode, start_bits, utf, cd); utf 1047 ext/pcre/pcrelib/pcre_study.c tcode = set_table_bit(start_bits, tcode + 1, FALSE, cd, utf); utf 1056 ext/pcre/pcrelib/pcre_study.c tcode = set_table_bit(start_bits, tcode + 1, TRUE, cd, utf); utf 1064 ext/pcre/pcrelib/pcre_study.c tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, FALSE, cd, utf); utf 1070 ext/pcre/pcrelib/pcre_study.c tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, TRUE, cd, utf); utf 1082 ext/pcre/pcrelib/pcre_study.c (void)set_table_bit(start_bits, tcode + 1, FALSE, cd, utf); utf 1093 ext/pcre/pcrelib/pcre_study.c (void)set_table_bit(start_bits, tcode + 1, TRUE, cd, utf); utf 1107 ext/pcre/pcrelib/pcre_study.c if (utf) utf 1139 ext/pcre/pcrelib/pcre_study.c if (utf) utf 1237 ext/pcre/pcrelib/pcre_study.c if (utf) utf 1263 ext/pcre/pcrelib/pcre_study.c if (utf) utf 1328 ext/pcre/pcrelib/pcre_study.c if (utf) utf 1369 ext/pcre/pcrelib/pcre_study.c if (utf) utf 67 ext/pcre/pcrelib/pcre_xclass.c PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) utf 72 ext/pcre/pcrelib/pcre_xclass.c (void)utf; utf 75 ext/pcre/pcrelib/pcre_xclass.c utf = TRUE; utf 106 ext/pcre/pcrelib/pcre_xclass.c if (utf) utf 118 ext/pcre/pcrelib/pcre_xclass.c if (utf)