Lines Matching refs:ucp
308 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list() argument
321 (void)ucp; in get_chr_property_list()
401 if (chr < 128 || (chr < 256 && !utf && !ucp)) in get_chr_property_list()
518 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes() argument
657 if (!compare_opcodes(code, utf, ucp, cb, base_list, base_end, rec_limit)) in compare_opcodes()
678 if (!compare_opcodes(next_code, utf, ucp, cb, base_list, base_end, in compare_opcodes()
695 code = get_chr_property_list(code, utf, ucp, cb->fcc, list); in compare_opcodes()
1122 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV() local
1134 get_chr_property_list(code, utf, ucp, cb->fcc, list) : NULL; in PRIV()
1137 if (end != NULL && compare_opcodes(end, utf, ucp, cb, list, end, in PRIV()
1190 end = get_chr_property_list(code, utf, ucp, cb->fcc, list); in PRIV()
1194 if (compare_opcodes(end, utf, ucp, cb, list, end, &rec_limit)) in PRIV()