Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_tables.c134 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */
H A Dpcre2_xclass.c172 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
198 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
H A Dpcre2_auto_possess.c173 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */
175 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
231 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
252 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
H A Dpcre2_ucp.h62 ucp_N, 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()
1205 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1229 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1477 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1501 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1732 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1756 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
2013 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
2037 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
H A Dpcre2_match.c2481 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == notmatch) in match()
2507 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2771 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
2816 if ((category == ucp_L || category == ucp_N || in match()
3572 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
3624 category == ucp_N || in match()
4152 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
4202 if ((category == ucp_L || category == ucp_N || in match()
6067 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
6101 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
H A Dpcre2_ucptables.c1324 { 2216, PT_GC, ucp_N },

Completed in 47 milliseconds