Home | History | Annotate | Download | only in src

Lines Matching defs:utf

396 BOOL utf = (mb->poptions & PCRE2_UTF) != 0;
398 BOOL utf = FALSE;
454 if (utf)
658 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
956 if (utf) { BACKCHAR(temp); }
980 if (utf) { FORWARDCHARTEST(temp, mb->end_subject); }
1386 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1648 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1919 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
2071 if (utf)
2085 /* Not UTF mode */
2109 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
2230 if (utf && d >= 128)
2265 if (utf && d >= 128)
2308 if (utf && d >= 128)
2349 if (utf && d >= 128)
2382 if (utf && d >= 128)
2422 if (utf && d >= 128)
2475 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf);
2777 if (utf)
2882 if (utf) while (p < pp) if (NOT_FIRSTCU(*p++)) charcount--;
2964 if (utf)
3127 BOOL utf, anchored, startline, firstline;
3197 utf = (re->overall_options & PCRE2_UTF) != 0;
3275 /* Check a UTF string for validity if required. For 8-bit and 16-bit strings,
3284 if (utf && (options & PCRE2_NO_UTF_CHECK) == 0)
3340 if (utf && first_cu > 127)
3361 if (utf && req_cu > 127) req_cu2 = (PCRE2_UCHAR)UCD_OTHERCASE(req_cu);
3404 if (utf)
3439 if (utf)
3597 if (utf)