Home
last modified time | relevance | path

Searched refs:ucp_N (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c165 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 Dpcre2_auto_possess.c170 { 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 Dpcre2_ucp.h62 ucp_N, /* Number */ enumerator
H A Dpcre2_dfa_match.c1120 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match()
1145 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match()
1200 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1224 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1458 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1482 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1699 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1723 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1965 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1989 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
H A Dpcre2_tables.c131 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */
759 { 952, PT_GC, ucp_N },
H A Dpcre2_match.c2455 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2481 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2711 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
2756 if ((category == ucp_L || category == ucp_N || in match()
3455 if ((category == ucp_L || category == ucp_N) == in match()
3508 category == ucp_N || in match()
3977 if ((category == ucp_L || category == ucp_N) == in match()
4028 if ((category == ucp_L || category == ucp_N || in match()
5858 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
5892 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()

Completed in 39 milliseconds