Searched refs:PT_SCX (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_ucptables.c | 1032 { 0, PT_SCX, ucp_Adlam }, 1033 { 6, PT_SCX, ucp_Adlam }, 1097 { 467, PT_SCX, ucp_Buhid }, 1098 { 472, PT_SCX, ucp_Buhid }, 1152 { 927, PT_SCX, ucp_Dogra }, 1201 { 1336, PT_SCX, ucp_Han }, 1204 { 1352, PT_SCX, ucp_Han }, 1334 { 2279, PT_SCX, ucp_Nko }, 1335 { 2283, PT_SCX, ucp_Nko }, 1507 { 3513, PT_SCX, ucp_Yi }, [all …]
|
H A D | pcre2_xclass.c | 164 case PT_SCX: in PRIV()
|
H A D | pcre2_printint.c | 246 unsigned int ptypex = (ptype == PT_SC)? PT_SCX : ptype; in get_ucpname() 257 if (sl == 3 && (u->type == PT_SC || u->type == PT_SCX)) in get_ucpname()
|
H A D | pcre2_dfa_match.c | 1196 case PT_SCX: in internal_dfa_match() 1468 case PT_SCX: in internal_dfa_match() 1723 case PT_SCX: in internal_dfa_match() 2003 case PT_SCX: in internal_dfa_match()
|
H A D | pcre2_auto_possess.c | 222 case PT_SCX: in check_char_prop()
|
H A D | pcre2_match.c | 2469 case PT_SCX: in match() 2741 case PT_SCX: in match() 3536 case PT_SCX: in match() 4120 case PT_SCX: in match()
|
H A D | pcre2_internal.h | 1280 #define PT_SCX 5 /* Script extensions (includes SC) */ macro
|
H A D | pcre2_compile.c | 2183 ptscript = PT_SCX; in get_ucp() 2226 case PT_SCX: in get_ucp()
|
H A D | pcre2_jit_compile.c | 7600 case PT_SCX: in compile_xclass_matchingpath() 7846 case PT_SCX: in compile_xclass_matchingpath() 7907 if (*cc == PT_SCX) in compile_xclass_matchingpath() 8052 case PT_SCX: in compile_xclass_matchingpath()
|
Completed in 126 milliseconds