Searched refs:ucp_N (Results 1 – 8 of 8) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_tables.c | 134 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */
|
D | pcre2_xclass.c | 172 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV() 198 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
|
D | pcre2_auto_possess.c | 173 { 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()
|
D | pcre2_dfa_match.c | 1120 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()
|
D | pcre2_ucp.h | 62 ucp_N, enumerator
|
D | pcre2_match.c | 2481 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()
|
D | pcre2_ucptables.c | 1324 { 2216, PT_GC, ucp_N },
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 381 case ucp_N: typename = US"Number"; break; in print_prop()
|