Searched refs:PT_BOOL (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_ucptables.c | 1046 { 99, PT_BOOL, ucp_ASCII }, 1105 { 521, PT_BOOL, ucp_Cased }, 1140 { 824, PT_BOOL, ucp_Dash }, 1148 { 897, PT_BOOL, ucp_Diacritic }, 1149 { 901, PT_BOOL, ucp_Diacritic }, 1166 { 1025, PT_BOOL, ucp_Emoji }, 1174 { 1116, PT_BOOL, ucp_Extender }, 1176 { 1141, PT_BOOL, ucp_Extender }, 1224 { 1488, PT_BOOL, ucp_ID_Start }, 1299 { 2039, PT_BOOL, ucp_Math }, [all …]
|
H A D | pcre2_xclass.c | 222 case PT_BOOL: in PRIV()
|
H A D | pcre2_dfa_match.c | 1252 case PT_BOOL: in internal_dfa_match() 1524 case PT_BOOL: in internal_dfa_match() 1779 case PT_BOOL: in internal_dfa_match() 2060 case PT_BOOL: in internal_dfa_match()
|
H A D | pcre2_auto_possess.c | 269 case PT_BOOL: in check_char_prop()
|
H A D | pcre2_match.c | 2535 case PT_BOOL: in match() 2879 case PT_BOOL: in match() 3696 case PT_BOOL: in match() 4266 case PT_BOOL: in match()
|
H A D | pcre2_internal.h | 1288 #define PT_BOOL 13 /* Boolean property */ macro
|
H A D | pcre2_jit_compile.c | 7628 case PT_BOOL: in compile_xclass_matchingpath() 7806 if (*cc == PT_BOOL) in compile_xclass_matchingpath() 8053 case PT_BOOL: in compile_xclass_matchingpath()
|
Completed in 98 milliseconds