Lines Matching refs:utf

423   BOOL utf;
739 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
761 if (common->utf) return NULL;
1218 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1594 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1603 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1612 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1786 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1799 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1812 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
2323 if (common->utf)
2348 if (common->utf && c > 127)
2369 if (common->utf)
2407 if (common->utf && c > 127)
2423 if (common->utf && c > 65535)
2538 if (common->utf)
2551 if (common->utf)
2595 SLJIT_ASSERT(common->utf);
2635 if (common->utf)
2710 if (common->utf)
2763 if (common->utf)
2800 if (common->utf && update_str_ptr)
2819 if (common->utf)
2829 if (common->utf)
3108 if (common->utf) readuchar = TRUE;
3121 if (common->utf)
3129 if (common->utf)
3265 if (common->utf && HAS_EXTRALEN(*cc)) len += GET_EXTRALEN(*cc);
3303 if (common->utf && !is_char7_bitset((const pcre_uint8 *)(cc + 1), FALSE)) return consumed;
3311 if (common->utf) return consumed;
3320 if (common->utf) return consumed;
3329 if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit, FALSE))
3338 if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE))
3347 if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE))
3364 if (common->utf) return consumed;
3374 if (common->utf) return consumed;
3389 if (common->utf) return consumed;
3432 if (common->utf && HAS_EXTRALEN(*cc)) len += GET_EXTRALEN(*cc);
3438 if (common->utf)
3795 if (first_char > 127 && common->utf)
3940 if (common->utf)
3960 if (common->utf)
3966 if (common->utf)
3973 if (common->utf)
4026 if (req_char > 127 && common->utf)
4138 if (common->utf)
4183 if (common->utf)
4364 if (common->utf)
4392 if (common->utf)
4430 if (common->utf)
4614 if (common->utf && HAS_EXTRALEN(*cc))
4742 BOOL utf = common->utf;
4848 /* We are not necessary in utf mode even in 8 bit mode. */
4888 SLJIT_ASSERT(common->utf);
5273 if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, FALSE))
5287 if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, FALSE))
5300 if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FALSE))
5333 if (common->utf)
5617 if (common->utf && HAS_EXTRALEN(*cc)) length += GET_EXTRALEN(*cc);
5634 if (common->utf)
5667 if (common->utf)
5728 bit = (common->utf && is_char7_bitset((const pcre_uint8 *)cc, type == OP_NCLASS)) ? 127 : 255;
5739 if (common->utf)
5783 if (common->utf)
5826 if (common->utf && HAS_EXTRALEN(cc[1]))
5834 if (common->utf)
5956 if (common->utf && *cc == OP_REFI)
7838 if (common->utf && HAS_EXTRALEN(*cc)) *end += GET_EXTRALEN(*cc);
9820 common->utf = (re->options & PCRE_UTF8) != 0;
9824 if (common->utf)