Lines Matching refs:PRIV

1558 top = PRIV(utt_size);  in get_ucp()
1564 r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
1567 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
1568 *pdataptr = PRIV(utt)[i].value; in get_ucp()
1680 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1694 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1830 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength()
1857 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1934 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1936 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2080 PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) in PRIV() function
2099 code += PRIV(OP_lengths)[c]; in PRIV()
2109 code += PRIV(OP_lengths)[c]; in PRIV()
2151 code += PRIV(OP_lengths)[c]; in PRIV()
2296 code += PRIV(OP_lengths)[c]; in find_recurse()
2402 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); in could_be_empty_branch()
2404 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) in could_be_empty_branch()
2487 code += PRIV(OP_lengths)[c]; in could_be_empty_branch()
2555 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
2841 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2852 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2853 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2868 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2873 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2874 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
2878 p = PRIV(ucd_caseless_sets) + prop->caseset; in check_char_prop()
3036 clist_src = PRIV(ucd_caseless_sets) + code[1]; in get_chr_property_list()
3157 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3199 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3207 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3235 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3618 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
3814 code += PRIV(OP_lengths)[c]; in auto_possessify()
4229 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class()
4299 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
4300 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class()
4305 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
5066 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch()
5067 class_uchardata += PRIV(ord2utf)(0x10ffff, class_uchardata); in compile_branch()
5214 PRIV(hspace_list), NOTACHAR); in compile_branch()
5219 cd, PRIV(hspace_list)); in compile_branch()
5224 PRIV(vspace_list), NOTACHAR); in compile_branch()
5229 cd, PRIV(vspace_list)); in compile_branch()
5455 code += PRIV(ord2utf)(c, code); in compile_branch()
5471 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
6390 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
6405 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
7499 called = PRIV(find_bracket)(cd->start_code, utf, recno); in compile_branch()
8091 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
8607 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
8697 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
8708 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
9062 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
9193 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
9374 re->tables = (tables == PRIV(default_tables))? NULL : tables; in pcre_compile2()
9484 groupptr = PRIV(find_bracket)(codestart, utf, recno); in pcre_compile2()
9534 for (cc = (pcre_uchar *)PRIV(find_bracket)(codestart, utf, -1); in pcre_compile2()
9536 cc = (pcre_uchar *)PRIV(find_bracket)(cc, utf, -1)) in pcre_compile2()