Home
last modified time | relevance | path

Searched refs:PT_PC (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_tables.c669 { 197, PT_PC, ucp_Cc },
670 { 200, PT_PC, ucp_Cf },
675 { 235, PT_PC, ucp_Cn },
676 { 238, PT_PC, ucp_Co },
679 { 255, PT_PC, ucp_Cs },
730 { 727, PT_PC, ucp_Ll },
731 { 730, PT_PC, ucp_Lm },
732 { 733, PT_PC, ucp_Lo },
733 { 736, PT_PC, ucp_Lt },
734 { 739, PT_PC, ucp_Lu },
[all …]
H A Dpcre2_xclass.c155 case PT_PC: in PRIV()
H A Dpcre2_dfa_match.c1188 case PT_PC: in internal_dfa_match()
1446 case PT_PC: in internal_dfa_match()
1687 case PT_PC: in internal_dfa_match()
1953 case PT_PC: in internal_dfa_match()
H A Dpcre2_auto_possess.c212 case PT_PC: in check_char_prop()
H A Dpcre2_compile.c745 PT_PC, ucp_Ll, /* lower */
746 PT_PC, ucp_Lu, /* upper */
750 PT_PC, ucp_Cc, /* cntrl */
751 PT_PC, ucp_Nd, /* digit */
3026 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
3573 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
H A Dpcre2_match.c2441 case PT_PC: in match()
2672 case PT_PC: in match()
3407 case PT_PC: in match()
3933 case PT_PC: in match()
H A Dpcre2_internal.h1262 #define PT_PC 3 /* Specified particular characteristic (e.g. Lu) */ macro
H A Dpcre2_jit_compile.c7430 case PT_PC: in compile_xclass_matchingpath()
7742 case PT_PC: in compile_xclass_matchingpath()

Completed in 93 milliseconds