Lines Matching refs:PRIV
1556 top = PRIV(utt_size); in get_ucp()
1562 r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
1565 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
1566 *pdataptr = PRIV(utt)[i].value; in get_ucp()
1678 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1692 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1828 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength()
1855 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1932 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1934 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2078 PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) in PRIV() function
2097 code += PRIV(OP_lengths)[c]; in PRIV()
2107 code += PRIV(OP_lengths)[c]; in PRIV()
2149 code += PRIV(OP_lengths)[c]; in PRIV()
2294 code += PRIV(OP_lengths)[c]; in find_recurse()
2400 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); in could_be_empty_branch()
2402 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) in could_be_empty_branch()
2485 code += PRIV(OP_lengths)[c]; in could_be_empty_branch()
2553 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
2839 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2850 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2851 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2866 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2871 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2872 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
2876 p = PRIV(ucd_caseless_sets) + prop->caseset; in check_char_prop()
3034 clist_src = PRIV(ucd_caseless_sets) + code[1]; in get_chr_property_list()
3155 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3197 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3205 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3233 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3616 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
3812 code += PRIV(OP_lengths)[c]; in auto_possessify()
4227 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class()
4297 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
4298 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class()
4303 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
5064 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch()
5065 class_uchardata += PRIV(ord2utf)(0x10ffff, class_uchardata); in compile_branch()
5212 PRIV(hspace_list), NOTACHAR); in compile_branch()
5217 cd, PRIV(hspace_list)); in compile_branch()
5222 PRIV(vspace_list), NOTACHAR); in compile_branch()
5227 cd, PRIV(vspace_list)); in compile_branch()
5453 code += PRIV(ord2utf)(c, code); in compile_branch()
5469 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
6388 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
6403 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
7497 called = PRIV(find_bracket)(cd->start_code, utf, recno); in compile_branch()
8089 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
8605 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
8695 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
8706 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
9060 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
9191 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
9372 re->tables = (tables == PRIV(default_tables))? NULL : tables; in pcre_compile2()
9482 groupptr = PRIV(find_bracket)(codestart, utf, recno); in pcre_compile2()
9532 for (cc = (pcre_uchar *)PRIV(find_bracket)(codestart, utf, -1); in pcre_compile2()
9534 cc = (pcre_uchar *)PRIV(find_bracket)(cc, utf, -1)) in pcre_compile2()