Lines Matching refs:utf

134 BOOL utf = md->utf;  in pchars()  local
171 BOOL utf = md->utf; in match_ref() local
199 if (utf) in match_ref()
524 register BOOL utf; /* Local copy of UTF flag for speed */ in match() local
716 utf = md->utf; /* Local copy of the flag */ in match()
718 utf = FALSE; in match()
1675 if (utf) in match()
2194 if (utf) in match()
2329 if (utf) ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
2668 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in match()
2922 if (utf) in match()
2974 if (utf) in match()
3030 if (utf) in match()
3156 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3180 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3203 if (!PRIV(xclass)(c, data, utf)) break; in match()
3215 if (utf) BACKCHAR(eptr); in match()
3229 if (utf) in match()
3266 if (utf) in match()
3403 if (utf) in match()
3529 if (utf && fc > 127) in match()
3532 if (utf && fc > 127) in match()
3668 if (utf) in match()
3798 if (utf && fc > 127) in match()
3801 if (utf && fc > 127) in match()
3809 if (utf) in match()
3844 if (utf) in match()
3889 if (utf) in match()
3946 if (utf) in match()
3980 if (utf) in match()
4024 if (utf) in match()
4364 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in match()
4381 if (utf) switch(ctype) in match()
5125 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in match()
5139 if (utf) in match()
5617 if (utf) BACKCHAR(eptr); in match()
5641 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in match()
5674 if (!utf) c = *eptr; else in match()
5685 if (!utf) c = *fptr; else in match()
5702 if (utf) in match()
6368 BOOL utf; in pcre_exec() local
6433 utf = md->utf = (re->options & PCRE_UTF8) != 0; in pcre_exec()
6441 if (utf && (options & PCRE_NO_UTF8_CHECK) == 0) in pcre_exec()
6708 if (utf && first_char > 127) in pcre_exec()
6730 if (utf && req_char > 127) in pcre_exec()
6757 if (utf) in pcre_exec()
6801 if (utf) in pcre_exec()
6977 if (utf) in pcre_exec()