Lines Matching refs:fcc
2914 const pcre_uint8 *fcc, pcre_uint32 *list) in get_chr_property_list() argument
3005 list[3] = fcc[chr]; in get_chr_property_list()
3009 list[3] = (chr < 256) ? fcc[chr] : chr; in get_chr_property_list()
3011 list[3] = fcc[chr]; in get_chr_property_list()
3242 code = get_chr_property_list(code, utf, cd->fcc, list); in compare_opcodes()
3681 get_chr_property_list(code, utf, cd->fcc, list) : NULL; in auto_possessify()
3737 end = get_chr_property_list(code, utf, cd->fcc, list); in auto_possessify()
4253 SETBIT(classbits, cd->fcc[c]); in add_to_class()
9071 cd->fcc = tables + fcc_offset; in pcre_compile2()
9616 if (cd->fcc[re->first_char] != re->first_char) in pcre_compile2()
9625 && cd->fcc[re->first_char] != re->first_char) in pcre_compile2()
9658 if (cd->fcc[re->req_char] != re->req_char) in pcre_compile2()
9666 if (MAX_255(re->req_char) && cd->fcc[re->req_char] != re->req_char) in pcre_compile2()