Searched refs:ucp_N (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_xclass.c | 165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV() 191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
|
H A D | pcre2_auto_possess.c | 170 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */ 172 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */ 222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop() 243 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
|
H A D | pcre2_ucp.h | 62 ucp_N, /* Number */ enumerator
|
H A D | pcre2_dfa_match.c | 1106 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match() 1131 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match() 1186 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1210 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match() 1444 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1468 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match() 1685 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1709 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match() 1951 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1975 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
|
H A D | pcre2_tables.c | 131 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */ 737 { 901, PT_GC, ucp_N },
|
H A D | pcre2_match.c | 2382 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match() 2408 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match() 2638 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match() 2683 if ((category == ucp_L || category == ucp_N || in match() 3382 if ((category == ucp_L || category == ucp_N) == in match() 3435 category == ucp_N || in match() 3904 if ((category == ucp_L || category == ucp_N) == in match() 3955 if ((category == ucp_L || category == ucp_N || in match() 5755 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 5789 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
|
Completed in 32 milliseconds