Home | History | Annotate | Download | only in src

Lines Matching refs:utf

220 static BOOL utf = FALSE;
401 { OP_NODATA, 'u', NULL, "utf", "use UTF mode" },
428 /* UTF-8 tables - used only when the newline setting is "any". */
1198 if (utf && c >= 0xc0)
1242 if (utf && c >= 0xc0)
1276 *lenptr = utf? 2 : 1;
1338 if (utf) while ((*p & 0xc0) == 0x80) p--;
1345 if (utf)
2099 if (utf)
2696 case 'u': options |= PCRE2_UTF; utf = TRUE; break;