Lines Matching refs:PRIV

1539 top = PRIV(utt_size);  in get_ucp()
1545 r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
1548 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
1549 *pdataptr = PRIV(utt)[i].value; in get_ucp()
1661 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1675 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1802 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1811 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength()
1838 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1915 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1917 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2061 PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) in PRIV() function
2080 code += PRIV(OP_lengths)[c]; in PRIV()
2090 code += PRIV(OP_lengths)[c]; in PRIV()
2132 code += PRIV(OP_lengths)[c]; in PRIV()
2277 code += PRIV(OP_lengths)[c]; in find_recurse()
2383 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); in could_be_empty_branch()
2385 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) in could_be_empty_branch()
2468 code += PRIV(OP_lengths)[c]; in could_be_empty_branch()
2536 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
2822 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2833 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2834 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2849 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2854 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2855 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
2859 p = PRIV(ucd_caseless_sets) + prop->caseset; in check_char_prop()
3017 clist_src = PRIV(ucd_caseless_sets) + code[1]; in get_chr_property_list()
3138 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3180 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3188 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3216 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3599 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
3795 code += PRIV(OP_lengths)[c]; in auto_possessify()
4213 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class()
4283 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
4284 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class()
4289 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
5180 PRIV(hspace_list), NOTACHAR); in compile_branch()
5185 cd, PRIV(hspace_list)); in compile_branch()
5190 PRIV(vspace_list), NOTACHAR); in compile_branch()
5195 cd, PRIV(vspace_list)); in compile_branch()
5414 code += PRIV(ord2utf)(c, code); in compile_branch()
5430 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
6342 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
6357 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
7376 called = PRIV(find_bracket)(cd->start_code, utf, recno); in compile_branch()
7961 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
8476 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
8566 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
8577 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
8931 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
9062 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
9242 re->tables = (tables == PRIV(default_tables))? NULL : tables; in pcre_compile2()
9342 groupptr = PRIV(find_bracket)(codestart, utf, recno); in pcre_compile2()
9392 for (cc = (pcre_uchar *)PRIV(find_bracket)(codestart, utf, -1); in pcre_compile2()
9394 cc = (pcre_uchar *)PRIV(find_bracket)(cc, utf, -1)) in pcre_compile2()