Home | History | Annotate | Download | only in pcre

Lines Matching refs:utf8

65 string of that length that matches. In UTF8 mode, the result is in characters
82 BOOL utf8 = (options & PCRE_UTF8) != 0;
200 if (utf8 && cc[-1] >= 0xc0) cc += _pcre_utf8_table4[cc[-1] & 0x3f];
212 need to skip over a multibyte character in UTF8 mode. */
219 if (utf8 && cc[-1] >= 0xc0) cc += _pcre_utf8_table4[cc[-1] & 0x3f];
263 if (utf8) return -1;
342 ce = cs = (uschar *)_pcre_find_bracket(startcode, utf8, GET2(cc, 1));
413 if (utf8 && cc[-1] >= 0xc0) cc += _pcre_utf8_table4[cc[-1] & 0x3f];
457 utf8 TRUE for UTF-8 mode
464 compile_data *cd, BOOL utf8)
471 if (utf8 && c > 127)
582 utf8 TRUE if in UTF-8 mode
592 BOOL utf8, compile_data *cd)
596 int table_limit = utf8? 16:32;
641 rc = set_start_bits(tcode, start_bits, caseless, utf8, cd);
693 if (set_start_bits(++tcode, start_bits, caseless, utf8, cd) == SSB_FAIL)
720 tcode = set_table_bit(start_bits, tcode + 1, caseless, cd, utf8);
728 tcode = set_table_bit(start_bits, tcode + 3, caseless, cd, utf8);
741 (void)set_table_bit(start_bits, tcode + 1, caseless, cd, utf8);
754 if (utf8)
771 if (utf8)
861 if (utf8)
877 if (utf8)
930 if (utf8)
949 if (utf8)