Lines Matching refs:utf
386 BOOL utf = (mb->poptions & PCRE2_UTF) != 0;
388 if (utf || (mb->poptions & PCRE2_UCP) != 0)
407 if (utf)
627 BOOL utf = (mb->poptions & PCRE2_UTF) != 0;
630 BOOL utf = FALSE; /* Required for convenience even when no Unicode support */
919 if (utf) ACROSSCHAR(Feptr < mb->end_subject, Feptr, Feptr++);
946 if (utf)
991 if (utf)
1068 if (utf)
1227 if (utf)
1338 if (ucp && !utf && Lc > 127) Loc = UCD_OTHERCASE(Lc);
1345 if ((utf || ucp) && Lc > 127) Loc = UCD_OTHERCASE(Lc);
1578 if ((utf || ucp) && Lc > 127)
1586 if (utf)
1622 if (utf)
1668 if (utf)
1728 if (utf)
1762 if (utf)
1806 if (utf)
1926 if (utf)
1977 if (utf)
2033 if (utf)
2171 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH);
2194 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH);
2217 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break;
2233 if (utf) BACKCHAR(Feptr);
2567 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, utf,
2921 mb->end_subject, utf, NULL);
2932 if (utf) switch(Lctype)
3743 utf, NULL);
3754 if (utf)
4304 if (utf) BACKCHAR(Feptr);
4324 utf, NULL);
4352 if (!utf) fc = *Feptr; else
4363 if (!utf) fc = *fptr; else
4380 if (utf)
5694 if (utf)
5830 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH);
6052 if (utf)
6086 if (utf)
6351 BOOL utf = FALSE;
6432 utf = (re->overall_options & PCRE2_UTF) != 0;
6485 if (utf && (options & PCRE2_NO_UTF_CHECK) == 0 && !allow_invalid)
6594 if (utf &&
6882 if (first_cu > 127 && ucp && !utf) first_cu2 = UCD_OTHERCASE(first_cu);
6884 if (first_cu > 127 && (utf || ucp)) first_cu2 = UCD_OTHERCASE(first_cu);
6904 if (req_cu > 127 && ucp && !utf) req_cu2 = UCD_OTHERCASE(req_cu);
6906 if (req_cu > 127 && (utf || ucp)) req_cu2 = UCD_OTHERCASE(req_cu);
6953 if (utf)
7105 if (utf)
7332 if (utf)
7418 if (utf && end_subject != true_end_subject &&