Lines Matching refs:utf8
185 static BOOL utf8 = FALSE;689 if (utf8 && c >= 0xc0)733 if (utf8 && c >= 0xc0)766 *lenptr = utf8? 2 : 1;827 if (utf8) while ((*p & 0xc0) == 0x80) p--;834 if (utf8)1849 case 'u': options |= PCRE_UTF8; utf8 = TRUE; break;