Lines Matching refs:utf
454 BOOL utf;
767 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
789 if (common->utf) return NULL;
1450 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1841 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1850 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1859 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
2035 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
2048 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
2061 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
2607 if (common->utf)
2628 if (common->utf && c > 127)
2645 if (common->utf)
2679 if (common->utf && c > 127)
2695 if (common->utf && c > 65535)
2810 if (common->utf)
2823 if (common->utf)
2867 SLJIT_ASSERT(common->utf);
2907 if (common->utf)
2982 if (common->utf)
3035 if (common->utf)
3072 if (common->utf && update_str_ptr)
3091 if (common->utf)
3101 if (common->utf)
3155 /* Fast decoding a UTF-8 character. TMP1 contains the first byte
3203 /* Fast decoding a UTF-8 character. TMP1 contains the first byte
3239 /* Fast decoding a UTF-8 character type. TMP2 contains the first byte
3404 if (common->utf) readuchar = TRUE;
3417 if (common->utf)
3425 if (common->utf)
3568 if (common->utf && HAS_EXTRALEN(*cc)) len += GET_EXTRALEN(*cc);
3606 if (common->utf && !is_char7_bitset((const sljit_u8 *)(cc + 1), FALSE))
3614 if (common->utf) return consumed;
3622 if (common->utf) return consumed;
3631 if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_digit, FALSE))
3640 if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, FALSE))
3649 if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FALSE))
3666 if (common->utf) return consumed;
3676 if (common->utf) return consumed;
3691 if (common->utf) return consumed;
3818 if (common->utf && HAS_EXTRALEN(*cc)) len += GET_EXTRALEN(*cc);
3824 if (common->utf)
4196 if (common->utf && offset > 0)
4217 if (common->utf && offset > 0)
4287 if (common->utf && offset > 0)
4294 if (common->utf && offset > 0)
4506 if (common->utf && offset != 0)
4562 if (first_char > 127 && common->utf)
4680 if (common->utf)
4700 if (common->utf)
4706 if (common->utf)
4713 if (common->utf)
4766 if (req_char > 127 && common->utf)
4878 if (common->utf)
4923 if (common->utf)
5107 if (common->utf)
5135 if (common->utf)
5173 if (common->utf)
5357 if (common->utf && HAS_EXTRALEN(*cc))
5487 BOOL utf = common->utf;
5603 /* We are not necessary in utf mode even in 8 bit mode. */
5643 if (common->utf)
5655 if (common->utf)
6225 if (common->utf)
6270 if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_digit, FALSE))
6285 if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_space, FALSE))
6299 if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALSE))
6334 if (common->utf)
6463 if (common->utf && HAS_EXTRALEN(*cc)) length += GET_EXTRALEN(*cc);
6482 if (common->utf)
6517 if (common->utf)
6579 bit = (common->utf && is_char7_bitset((const sljit_u8 *)cc, type == OP_NCLASS)) ? 127 : 255;
6590 if (common->utf)
6652 if (common->utf && HAS_EXTRALEN(cc[1]))
6660 if (common->utf)
6782 if (common->utf && *cc == OP_REFI)
8797 if (common->utf && HAS_EXTRALEN(*cc)) *end += GET_EXTRALEN(*cc);
8862 && !common->utf
8931 charpos_enabled = !common->utf || !HAS_EXTRALEN(end[1]);
9030 else if (common->utf)
9125 if (common->utf)
9153 if (common->utf)
10905 common->utf = (re->overall_options & PCRE2_UTF) != 0;
10907 if (common->utf)