Lines Matching refs:utf
325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list() argument
337 (void)utf; /* Suppress "unused parameter" compiler warnings */ in get_chr_property_list()
418 if (chr < 128 || (chr < 256 && !utf && !ucp)) in get_chr_property_list()
536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes() argument
681 if (!compare_opcodes(code, utf, ucp, cb, base_list, base_end, rec_limit)) in compare_opcodes()
702 if (!compare_opcodes(next_code, utf, ucp, cb, base_list, base_end, in compare_opcodes()
719 code = get_chr_property_list(code, utf, ucp, cb->fcc, list); in compare_opcodes()
741 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS)) in compare_opcodes()
746 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
1095 list_ptr[2] + LINK_SIZE, utf)) return FALSE; in compare_opcodes()
1145 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV() local
1158 get_chr_property_list(code, utf, ucp, cb->fcc, list) : NULL; in PRIV()
1161 if (end != NULL && compare_opcodes(end, utf, ucp, cb, list, end, in PRIV()
1218 end = get_chr_property_list(code, utf, ucp, cb->fcc, list); in PRIV()
1222 compare_opcodes(end, utf, ucp, cb, list, end, &rec_limit)) in PRIV()
1304 if (utf) switch(c) in PRIV()
1366 (void)(utf); /* Keep compiler happy by referencing function argument */ in PRIV()