Home
last modified time | relevance | path

Searched refs:ucd_caseless_sets (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_ucd.c39 const uint32_t PRIV(ucd_caseless_sets)[] = {0}; variable
78 const uint32_t PRIV(ucd_caseless_sets)[] = { variable
H A Dpcre2_auto_possess.c247 p = PRIV(ucd_caseless_sets) + prop->caseset; in check_char_prop()
431 clist_src = PRIV(ucd_caseless_sets) + code[1]; in get_chr_property_list()
H A Dpcre2_printint.c282 const uint32_t *p = PRIV(ucd_caseless_sets) + code[2]; in print_prop()
H A Dpcre2_dfa_match.c1229 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match()
1487 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1728 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1994 cp = PRIV(ucd_caseless_sets) + code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
H A Dpcre2_match.c419 const uint32_t *pp = PRIV(ucd_caseless_sets) + ur->caseset; in match_ref()
2487 cp = PRIV(ucd_caseless_sets) + Fecode[2]; in match()
2772 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
3527 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
4046 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
H A Dpcre2_study.c1083 const uint32_t *p = PRIV(ucd_caseless_sets) + tcode[2]; in set_start_bits()
H A Dpcre2_internal.h1904 extern const uint32_t PRIV(ucd_caseless_sets)[];
H A Dpcre2_jit_compile.c7401 other_cases = PRIV(ucd_caseless_sets) + cc[1]; in compile_xclass_matchingpath()
7785 other_cases = PRIV(ucd_caseless_sets) + cc[1]; in compile_xclass_matchingpath()
9037 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_caseless_sets)); in compile_ref_matchingpath()
H A Dpcre2_compile.c4920 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class_internal()

Completed in 154 milliseconds