Home | History | Annotate | Download | only in dist

Lines Matching refs:utf

428 BOOL utf = (md->poptions & PCRE_UTF8) != 0;
430 BOOL utf = FALSE;
490 if (utf)
715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
1019 if (utf) { BACKCHAR(temp); }
1441 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1703 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1974 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
2126 if (utf)
2147 /* Not UTF mode */
2171 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
2292 if (utf && d >= 128)
2331 if (utf && d >= 128)
2378 if (utf && d >= 128)
2423 if (utf && d >= 128)
2460 if (utf && d >= 128)
2504 if (utf && d >= 128)
2561 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf);
2847 if (utf)
2951 if (utf) while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--;
3033 if (utf)
3194 BOOL utf, anchored, startline, firstline;
3265 utf = (re->options & PCRE_UTF8) != 0;
3267 utf = FALSE;
3335 /* Check a UTF-8 string if required. Unfortunately there's no way of passing
3339 if (utf && (options & PCRE_NO_UTF8_CHECK) == 0)
3396 if (utf && first_char > 127)
3420 if (utf && req_char > 127)
3447 if (utf)
3493 if (utf)
3647 if (utf)