Searched refs:PT_SCX (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_ucptables.c | 1038 { 0, PT_SCX, ucp_Adlam }, 1039 { 6, PT_SCX, ucp_Adlam }, 1103 { 467, PT_SCX, ucp_Buhid }, 1104 { 472, PT_SCX, ucp_Buhid }, 1158 { 927, PT_SCX, ucp_Dogra }, 1207 { 1336, PT_SCX, ucp_Han }, 1210 { 1352, PT_SCX, ucp_Han }, 1343 { 2300, PT_SCX, ucp_Nko }, 1344 { 2304, PT_SCX, ucp_Nko }, 1516 { 3534, PT_SCX, ucp_Yi }, [all …]
|
H A D | pcre2_xclass.c | 166 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 | 1204 case PT_SCX: in internal_dfa_match() 1486 case PT_SCX: in internal_dfa_match() 1751 case PT_SCX: in internal_dfa_match() 2041 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 | 2522 case PT_SCX: in match() 2804 case PT_SCX: in match() 3607 case PT_SCX: in match() 4200 case PT_SCX: in match()
|
H A D | pcre2_internal.h | 1298 #define PT_SCX 5 /* Script extensions (includes SC) */ macro
|
H A D | pcre2_compile.c | 2265 ptscript = PT_SCX; in get_ucp() 2308 case PT_SCX: in get_ucp()
|
H A D | pcre2_jit_compile.c | 7771 case PT_SCX: in compile_xclass_matchingpath() 8051 case PT_SCX: in compile_xclass_matchingpath() 8112 if (*cc == PT_SCX) in compile_xclass_matchingpath() 8242 case PT_SCX: in compile_xclass_matchingpath()
|
Completed in 121 milliseconds