Lines Matching refs:ucp
325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list() argument
338 (void)ucp; 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
675 if (!compare_opcodes(code, utf, ucp, cb, base_list, base_end, rec_limit)) in compare_opcodes()
696 if (!compare_opcodes(next_code, utf, ucp, cb, base_list, base_end, in compare_opcodes()
713 code = get_chr_property_list(code, utf, ucp, cb->fcc, list); in compare_opcodes()
1140 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV() local
1152 get_chr_property_list(code, utf, ucp, cb->fcc, list) : NULL; in PRIV()
1155 if (end != NULL && compare_opcodes(end, utf, ucp, cb, list, end, in PRIV()
1212 end = get_chr_property_list(code, utf, ucp, cb->fcc, list); in PRIV()
1216 compare_opcodes(end, utf, ucp, cb, list, end, &rec_limit)) in PRIV()