Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_tables.c134 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */
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()
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()
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()
Dpcre2_ucp.h62 ucp_N, enumerator
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()
Dpcre2_ucptables.c1324 { 2216, PT_GC, ucp_N },
/third_party/pcre2/pcre2/maint/
Ducptest.c381 case ucp_N: typename = US"Number"; break; in print_prop()