Searched refs:PT_BIDICL (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_ucptables.c | 1062 { 210, PT_BIDICL, ucp_bidiAL }, 1063 { 217, PT_BIDICL, ucp_bidiAN }, 1064 { 224, PT_BIDICL, ucp_bidiB }, 1065 { 230, PT_BIDICL, ucp_bidiBN }, 1068 { 255, PT_BIDICL, ucp_bidiCS }, 1069 { 262, PT_BIDICL, ucp_bidiEN }, 1070 { 269, PT_BIDICL, ucp_bidiES }, 1071 { 276, PT_BIDICL, ucp_bidiET }, 1073 { 291, PT_BIDICL, ucp_bidiL }, 1083 { 371, PT_BIDICL, ucp_bidiR }, [all …]
|
H A D | pcre2_xclass.c | 217 case PT_BIDICL: in PRIV()
|
H A D | pcre2_dfa_match.c | 1248 case PT_BIDICL: in internal_dfa_match() 1520 case PT_BIDICL: in internal_dfa_match() 1775 case PT_BIDICL: in internal_dfa_match() 2056 case PT_BIDICL: in internal_dfa_match()
|
H A D | pcre2_auto_possess.c | 266 case PT_BIDICL: in check_char_prop()
|
H A D | pcre2_match.c | 2530 case PT_BIDICL: in match() 2865 case PT_BIDICL: in match() 3679 case PT_BIDICL: in match() 4251 case PT_BIDICL: in match()
|
H A D | pcre2_internal.h | 1287 #define PT_BIDICL 12 /* Specified bidi class */ macro
|
H A D | pcre2_jit_compile.c | 7632 case PT_BIDICL: in compile_xclass_matchingpath() 7767 if (*cc == PT_BIDICL) in compile_xclass_matchingpath() 8054 case PT_BIDICL: in compile_xclass_matchingpath()
|
Completed in 83 milliseconds