utf              1007 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0;
utf              1078 ext/pcre/pcrelib/pcre_compile.c         if (c > (utf ? 0x10ffffU : 0xffU))
utf              1080 ext/pcre/pcrelib/pcre_compile.c         if (c > (utf ? 0x10ffffU : 0xffffU))
utf              1082 ext/pcre/pcrelib/pcre_compile.c         if (utf && c > 0x10ffffU)
utf              1087 ext/pcre/pcrelib/pcre_compile.c         else if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73;
utf              1262 ext/pcre/pcrelib/pcre_compile.c     if (!utf && c > 0xff) *errorcodeptr = ERR51;
utf              1285 ext/pcre/pcrelib/pcre_compile.c         if (c > (utf ? 0x10ffffU : 0xffU)) { overflow = TRUE; break; }
utf              1287 ext/pcre/pcrelib/pcre_compile.c         if (c > (utf ? 0x10ffffU : 0xffffU)) { overflow = TRUE; break; }
utf              1289 ext/pcre/pcrelib/pcre_compile.c         if (utf && c > 0x10ffffU) { overflow = TRUE; break; }
utf              1299 ext/pcre/pcrelib/pcre_compile.c         if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73;
utf              1366 ext/pcre/pcrelib/pcre_compile.c           if (c > (utf ? 0x10ffffU : 0xffU)) { overflow = TRUE; break; }
utf              1368 ext/pcre/pcrelib/pcre_compile.c           if (c > (utf ? 0x10ffffU : 0xffffU)) { overflow = TRUE; break; }
utf              1370 ext/pcre/pcrelib/pcre_compile.c           if (utf && c > 0x10ffffU) { overflow = TRUE; break; }
utf              1382 ext/pcre/pcrelib/pcre_compile.c           if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73;
utf              1734 ext/pcre/pcrelib/pcre_compile.c find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd,
utf              1763 ext/pcre/pcrelib/pcre_compile.c     d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd,
utf              1806 ext/pcre/pcrelib/pcre_compile.c     d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse);
utf              1867 ext/pcre/pcrelib/pcre_compile.c     if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
utf              1881 ext/pcre/pcrelib/pcre_compile.c     if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
utf              2078 ext/pcre/pcrelib/pcre_compile.c PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number)
utf              2156 ext/pcre/pcrelib/pcre_compile.c     if (utf) switch(c)
utf              2218 ext/pcre/pcrelib/pcre_compile.c     (void)(utf);  /* Keep compiler happy by referencing function argument */
utf              2241 ext/pcre/pcrelib/pcre_compile.c find_recurse(const pcre_uchar *code, BOOL utf)
utf              2301 ext/pcre/pcrelib/pcre_compile.c     if (utf) switch(c)
utf              2363 ext/pcre/pcrelib/pcre_compile.c     (void)(utf);  /* Keep compiler happy by referencing function argument */
utf              2395 ext/pcre/pcrelib/pcre_compile.c   BOOL utf, compile_data *cd, recurse_check *recurses)
utf              2467 ext/pcre/pcrelib/pcre_compile.c       if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse))
utf              2523 ext/pcre/pcrelib/pcre_compile.c         if (!empty_branch && could_be_empty_branch(code, endcode, utf, cd,
utf              2703 ext/pcre/pcrelib/pcre_compile.c     if (utf && HAS_EXTRALEN(code[1])) code += GET_EXTRALEN(code[1]);
utf              2721 ext/pcre/pcrelib/pcre_compile.c     if (utf && HAS_EXTRALEN(code[1 + IMM2_SIZE])) code += GET_EXTRALEN(code[1 + IMM2_SIZE]);
utf              2770 ext/pcre/pcrelib/pcre_compile.c   branch_chain *bcptr, BOOL utf, compile_data *cd)
utf              2774 ext/pcre/pcrelib/pcre_compile.c   if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL))
utf              2913 ext/pcre/pcrelib/pcre_compile.c get_chr_property_list(const pcre_uchar *code, BOOL utf,
utf              2925 ext/pcre/pcrelib/pcre_compile.c utf = utf;  /* Suppress "unused parameter" compiler warning */
utf              3004 ext/pcre/pcrelib/pcre_compile.c   if (chr < 128 || (chr < 256 && !utf))
utf              3118 ext/pcre/pcrelib/pcre_compile.c compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd,
utf              3209 ext/pcre/pcrelib/pcre_compile.c       if (!compare_opcodes(code, utf, cd, base_list, base_end, rec_limit))
utf              3230 ext/pcre/pcrelib/pcre_compile.c     if (!compare_opcodes(next_code, utf, cd, base_list, base_end, rec_limit))
utf              3242 ext/pcre/pcrelib/pcre_compile.c   code = get_chr_property_list(code, utf, cd->fcc, list);
utf              3264 ext/pcre/pcrelib/pcre_compile.c       || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS))
utf              3269 ext/pcre/pcrelib/pcre_compile.c     if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS))
utf              3617 ext/pcre/pcrelib/pcre_compile.c           list_ptr[2] + LINK_SIZE, utf)) return FALSE;
utf              3657 ext/pcre/pcrelib/pcre_compile.c auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd)
utf              3681 ext/pcre/pcrelib/pcre_compile.c       get_chr_property_list(code, utf, cd->fcc, list) : NULL;
utf              3685 ext/pcre/pcrelib/pcre_compile.c     if (end != NULL && compare_opcodes(end, utf, cd, list, end, &rec_limit))
utf              3737 ext/pcre/pcrelib/pcre_compile.c       end = get_chr_property_list(code, utf, cd->fcc, list);
utf              3742 ext/pcre/pcrelib/pcre_compile.c       if (compare_opcodes(end, utf, cd, list, end, &rec_limit))
utf              3819 ext/pcre/pcrelib/pcre_compile.c   if (utf) switch(c)
utf              3881 ext/pcre/pcrelib/pcre_compile.c   (void)(utf);  /* Keep compiler happy by referencing function argument */
utf              4018 ext/pcre/pcrelib/pcre_compile.c adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd,
utf              4025 ext/pcre/pcrelib/pcre_compile.c while ((ptr = (pcre_uchar *)find_recurse(ptr, utf)) != NULL)
utf              4404 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0;
utf              4412 ext/pcre/pcrelib/pcre_compile.c     (p[1] == NOTACHAR) ? (utf ? 0x10ffffu : 0xffffffffu) : p[1] - 1);
utf              4491 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0;
utf              4496 ext/pcre/pcrelib/pcre_compile.c BOOL utf = FALSE;
utf              4693 ext/pcre/pcrelib/pcre_compile.c         if (utf) FORWARDCHAR(ptr);
utf              4928 ext/pcre/pcrelib/pcre_compile.c       if (utf && HAS_EXTRALEN(c))
utf              5323 ext/pcre/pcrelib/pcre_compile.c         if (utf)
utf              5438 ext/pcre/pcrelib/pcre_compile.c           if (utf && (options & PCRE_CASELESS) != 0 &&
utf              5452 ext/pcre/pcrelib/pcre_compile.c             if (utf && c > MAX_VALUE_FOR_SINGLE_CHAR)
utf              5468 ext/pcre/pcrelib/pcre_compile.c         if (utf && c > MAX_VALUE_FOR_SINGLE_CHAR)
utf              5666 ext/pcre/pcrelib/pcre_compile.c           if (utf) FORWARDCHAR(p);
utf              5745 ext/pcre/pcrelib/pcre_compile.c       if (utf && NOT_FIRSTCHAR(code[-1]))
utf              5853 ext/pcre/pcrelib/pcre_compile.c           if (utf && (c & UTF_LENGTH) != 0)
utf              5878 ext/pcre/pcrelib/pcre_compile.c           if (utf && (c & UTF_LENGTH) != 0)
utf              5908 ext/pcre/pcrelib/pcre_compile.c       if (utf && (c & UTF_LENGTH) != 0)
utf              6028 ext/pcre/pcrelib/pcre_compile.c           adjust_recurse(previous, 1, utf, cd, item_hwm_offset);
utf              6052 ext/pcre/pcrelib/pcre_compile.c           adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, item_hwm_offset);
utf              6287 ext/pcre/pcrelib/pcre_compile.c               if (could_be_empty_branch(scode, ketcode, utf, cd, NULL))
utf              6316 ext/pcre/pcrelib/pcre_compile.c               adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
utf              6405 ext/pcre/pcrelib/pcre_compile.c         if (utf && HAS_EXTRALEN(tempcode[-1]))
utf              6450 ext/pcre/pcrelib/pcre_compile.c           adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
utf              6499 ext/pcre/pcrelib/pcre_compile.c         adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
utf              7492 ext/pcre/pcrelib/pcre_compile.c               called = PRIV(find_bracket)(cd->start_code, utf, recno);
utf              7528 ext/pcre/pcrelib/pcre_compile.c                      could_be_empty(called, code, bcptr, utf, cd))
utf              8072 ext/pcre/pcrelib/pcre_compile.c           *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape;
utf              8083 ext/pcre/pcrelib/pcre_compile.c     if (utf && c > MAX_VALUE_FOR_SINGLE_CHAR)
utf              8106 ext/pcre/pcrelib/pcre_compile.c     if (utf && HAS_EXTRALEN(c))
utf              8122 ext/pcre/pcrelib/pcre_compile.c     if (utf && (options & PCRE_CASELESS) != 0)
utf              9003 ext/pcre/pcrelib/pcre_compile.c BOOL utf;
utf              9172 ext/pcre/pcrelib/pcre_compile.c utf = (options & PCRE_UTF8) != 0;
utf              9173 ext/pcre/pcrelib/pcre_compile.c if (utf && never_utf)
utf              9185 ext/pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_NO_UTF8_CHECK) == 0 &&
utf              9198 ext/pcre/pcrelib/pcre_compile.c if (utf)
utf              9477 ext/pcre/pcrelib/pcre_compile.c       groupptr = PRIV(find_bracket)(codestart, utf, recno);
utf              9507 ext/pcre/pcrelib/pcre_compile.c   auto_possessify(temp, utf, cd);
utf              9527 ext/pcre/pcrelib/pcre_compile.c   for (cc = (pcre_uchar *)PRIV(find_bracket)(codestart, utf, -1);
utf              9529 ext/pcre/pcrelib/pcre_compile.c        cc = (pcre_uchar *)PRIV(find_bracket)(cc, utf, -1))
utf              9598 ext/pcre/pcrelib/pcre_compile.c         if (utf)
utf              9640 ext/pcre/pcrelib/pcre_compile.c     if (utf)
utf              9712 ext/pcre/pcrelib/pcre_compile.c   if (could_be_empty_branch(codestart, code, utf, cd, NULL))
utf               132 ext/pcre/pcrelib/pcre_exec.c BOOL utf = md->utf;
utf               169 ext/pcre/pcrelib/pcre_exec.c BOOL utf = md->utf;
utf               197 ext/pcre/pcrelib/pcre_exec.c   if (utf)
utf               522 ext/pcre/pcrelib/pcre_exec.c register BOOL utf;         /* Local copy of UTF flag for speed */
utf               714 ext/pcre/pcrelib/pcre_exec.c utf = md->utf;       /* Local copy of the flag */
utf               716 ext/pcre/pcrelib/pcre_exec.c utf = FALSE;
utf              1673 ext/pcre/pcrelib/pcre_exec.c     if (utf)
utf              2192 ext/pcre/pcrelib/pcre_exec.c       if (utf)
utf              2327 ext/pcre/pcrelib/pcre_exec.c     if (utf) ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
utf              2666 ext/pcre/pcrelib/pcre_exec.c         if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); }
utf              2920 ext/pcre/pcrelib/pcre_exec.c       if (utf)
utf              2972 ext/pcre/pcrelib/pcre_exec.c         if (utf)
utf              3028 ext/pcre/pcrelib/pcre_exec.c         if (utf)
utf              3154 ext/pcre/pcrelib/pcre_exec.c         if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
utf              3178 ext/pcre/pcrelib/pcre_exec.c           if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
utf              3201 ext/pcre/pcrelib/pcre_exec.c           if (!PRIV(xclass)(c, data, utf)) break;
utf              3213 ext/pcre/pcrelib/pcre_exec.c           if (utf) BACKCHAR(eptr);
utf              3227 ext/pcre/pcrelib/pcre_exec.c     if (utf)
utf              3264 ext/pcre/pcrelib/pcre_exec.c     if (utf)
utf              3401 ext/pcre/pcrelib/pcre_exec.c     if (utf)
utf              3527 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
utf              3530 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
utf              3666 ext/pcre/pcrelib/pcre_exec.c     if (utf)
utf              3796 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
utf              3799 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
utf              3807 ext/pcre/pcrelib/pcre_exec.c       if (utf)
utf              3842 ext/pcre/pcrelib/pcre_exec.c         if (utf)
utf              3887 ext/pcre/pcrelib/pcre_exec.c         if (utf)
utf              3944 ext/pcre/pcrelib/pcre_exec.c       if (utf)
utf              3978 ext/pcre/pcrelib/pcre_exec.c         if (utf)
utf              4022 ext/pcre/pcrelib/pcre_exec.c         if (utf)
utf              4362 ext/pcre/pcrelib/pcre_exec.c               if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); }
utf              4379 ext/pcre/pcrelib/pcre_exec.c       if (utf) switch(ctype)
utf              5123 ext/pcre/pcrelib/pcre_exec.c               if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); }
utf              5137 ext/pcre/pcrelib/pcre_exec.c       if (utf)
utf              5615 ext/pcre/pcrelib/pcre_exec.c           if (utf) BACKCHAR(eptr);
utf              5639 ext/pcre/pcrelib/pcre_exec.c               if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); }
utf              5672 ext/pcre/pcrelib/pcre_exec.c           if (!utf) c = *eptr; else
utf              5683 ext/pcre/pcrelib/pcre_exec.c             if (!utf) c = *fptr; else
utf              5700 ext/pcre/pcrelib/pcre_exec.c       if (utf)
utf              6366 ext/pcre/pcrelib/pcre_exec.c BOOL utf;
utf              6431 ext/pcre/pcrelib/pcre_exec.c utf = md->utf = (re->options & PCRE_UTF8) != 0;
utf              6439 ext/pcre/pcrelib/pcre_exec.c if (utf && (options & PCRE_NO_UTF8_CHECK) == 0)
utf              6706 ext/pcre/pcrelib/pcre_exec.c       if (utf && first_char > 127)
utf              6728 ext/pcre/pcrelib/pcre_exec.c     if (utf && req_char > 127)
utf              6755 ext/pcre/pcrelib/pcre_exec.c     if (utf)
utf              6799 ext/pcre/pcrelib/pcre_exec.c         if (utf)
utf              6975 ext/pcre/pcrelib/pcre_exec.c     if (utf)
utf               316 ext/pcre/pcrelib/pcre_internal.h        &(NLBLOCK->nllen), utf)) \
utf               330 ext/pcre/pcrelib/pcre_internal.h        &(NLBLOCK->nllen), utf)) \
utf               722 ext/pcre/pcrelib/pcre_internal.h   if (utf && c >= 0xc0) GETUTF8(c, eptr);
utf               736 ext/pcre/pcrelib/pcre_internal.h   if (utf && c >= 0xc0) GETUTF8INC(c, eptr);
utf               788 ext/pcre/pcrelib/pcre_internal.h   if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len);
utf               841 ext/pcre/pcrelib/pcre_internal.h   if (utf && (c & 0xfc00) == 0xd800) GETUTF16(c, eptr);
utf               861 ext/pcre/pcrelib/pcre_internal.h   if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);
utf               883 ext/pcre/pcrelib/pcre_internal.h   if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
utf              2533 ext/pcre/pcrelib/pcre_internal.h   BOOL   utf;                     /* UTF-8 / UTF-16 flag */
utf              2734 ext/pcre/pcrelib/pcre_internal.h   (utf ? PRIV(strcmp_uc_uc_utf)((str1), (str2)) : PRIV(strcmp_uc_uc)((str1), (str2)))
utf              2736 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                75 ext/pcre/pcrelib/pcre_newline.c   BOOL utf)
utf                78 ext/pcre/pcrelib/pcre_newline.c (void)utf;
utf                80 ext/pcre/pcrelib/pcre_newline.c if (utf)
utf               115 ext/pcre/pcrelib/pcre_newline.c   case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE;
utf               150 ext/pcre/pcrelib/pcre_newline.c   BOOL utf)
utf               153 ext/pcre/pcrelib/pcre_newline.c (void)utf;
utf               156 ext/pcre/pcrelib/pcre_newline.c if (utf)
utf               194 ext/pcre/pcrelib/pcre_newline.c   case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE;
utf               116 ext/pcre/pcrelib/pcre_printint.c print_char(FILE *f, pcre_uchar *ptr, BOOL utf)
utf               122 ext/pcre/pcrelib/pcre_printint.c (void)utf;  /* Avoid compiler warning */
utf               132 ext/pcre/pcrelib/pcre_printint.c if (!utf || (c & 0xc0) != 0xc0)
utf               168 ext/pcre/pcrelib/pcre_printint.c if (!utf || (c & 0xfc00) != 0xd800)
utf               194 ext/pcre/pcrelib/pcre_printint.c if (!utf || (c & 0xfffff800u) != 0xd800u)
utf               312 ext/pcre/pcrelib/pcre_printint.c BOOL utf;
utf               332 ext/pcre/pcrelib/pcre_printint.c utf = (options & PCRE_UTF8) != 0;
utf               372 ext/pcre/pcrelib/pcre_printint.c       code += 1 + print_char(f, code, utf);
utf               383 ext/pcre/pcrelib/pcre_printint.c       code += 1 + print_char(f, code, utf);
utf               500 ext/pcre/pcrelib/pcre_printint.c     else extra = print_char(f, code+1, utf);
utf               515 ext/pcre/pcrelib/pcre_printint.c     extra = print_char(f, code + 1 + IMM2_SIZE, utf);
utf               545 ext/pcre/pcrelib/pcre_printint.c     extra = print_char(f, code + 1, utf);
utf               571 ext/pcre/pcrelib/pcre_printint.c     extra = print_char(f, code + 1, utf);
utf               587 ext/pcre/pcrelib/pcre_printint.c     extra = print_char(f, code + 1 + IMM2_SIZE, utf);
utf               748 ext/pcre/pcrelib/pcre_printint.c             ccode += 1 + print_char(f, ccode, utf);
utf               752 ext/pcre/pcrelib/pcre_printint.c               ccode += 1 + print_char(f, ccode, utf);
utf                87 ext/pcre/pcrelib/pcre_study.c BOOL utf = (options & PCRE_UTF8) != 0;
utf               232 ext/pcre/pcrelib/pcre_study.c     if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
utf               253 ext/pcre/pcrelib/pcre_study.c     if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
utf               301 ext/pcre/pcrelib/pcre_study.c     if (utf) return -1;
utf               396 ext/pcre/pcrelib/pcre_study.c         ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
utf               436 ext/pcre/pcrelib/pcre_study.c       ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
utf               576 ext/pcre/pcrelib/pcre_study.c     if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
utf               634 ext/pcre/pcrelib/pcre_study.c   compile_data *cd, BOOL utf)
utf               642 ext/pcre/pcrelib/pcre_study.c if (utf && c > 127)
utf               657 ext/pcre/pcrelib/pcre_study.c (void)(utf);   /* Stops warning for unused parameter */
utf               675 ext/pcre/pcrelib/pcre_study.c if (utf && c > 127)
utf               690 ext/pcre/pcrelib/pcre_study.c (void)(utf);   /* Stops warning for unused parameter */
utf               800 ext/pcre/pcrelib/pcre_study.c set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf,
utf               806 ext/pcre/pcrelib/pcre_study.c int table_limit = utf? 16:32;
utf               935 ext/pcre/pcrelib/pcre_study.c           if (utf)
utf               971 ext/pcre/pcrelib/pcre_study.c       rc = set_start_bits(tcode, start_bits, utf, cd);
utf              1018 ext/pcre/pcrelib/pcre_study.c       rc = set_start_bits(++tcode, start_bits, utf, cd);
utf              1045 ext/pcre/pcrelib/pcre_study.c       tcode = set_table_bit(start_bits, tcode + 1, FALSE, cd, utf);
utf              1054 ext/pcre/pcrelib/pcre_study.c       tcode = set_table_bit(start_bits, tcode + 1, TRUE, cd, utf);
utf              1062 ext/pcre/pcrelib/pcre_study.c       tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, FALSE, cd, utf);
utf              1068 ext/pcre/pcrelib/pcre_study.c       tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, TRUE, cd, utf);
utf              1080 ext/pcre/pcrelib/pcre_study.c       (void)set_table_bit(start_bits, tcode + 1, FALSE, cd, utf);
utf              1091 ext/pcre/pcrelib/pcre_study.c       (void)set_table_bit(start_bits, tcode + 1, TRUE, cd, utf);
utf              1105 ext/pcre/pcrelib/pcre_study.c       if (utf)
utf              1137 ext/pcre/pcrelib/pcre_study.c       if (utf)
utf              1235 ext/pcre/pcrelib/pcre_study.c         if (utf)
utf              1261 ext/pcre/pcrelib/pcre_study.c         if (utf)
utf              1326 ext/pcre/pcrelib/pcre_study.c       if (utf)
utf              1367 ext/pcre/pcrelib/pcre_study.c           if (utf)
utf                65 ext/pcre/pcrelib/pcre_xclass.c PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf)
utf                70 ext/pcre/pcrelib/pcre_xclass.c (void)utf;
utf                73 ext/pcre/pcrelib/pcre_xclass.c utf = TRUE;
utf               104 ext/pcre/pcrelib/pcre_xclass.c     if (utf)
utf               116 ext/pcre/pcrelib/pcre_xclass.c     if (utf)