Searched refs:ucp_N (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
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()
|
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()
|
D | pcre2_ucp.h | 62 ucp_N, /* Number */ enumerator
|
D | pcre2_dfa_match.c | 965 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match() 990 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match() 1045 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1069 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match() 1303 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1327 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match() 1555 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1579 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match() 1832 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1856 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
|
D | pcre2_tables.c | 131 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */ 683 { 807, PT_GC, ucp_N },
|
D | pcre2_match.c | 2284 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2309 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2335 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2361 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2670 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match() 2696 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match() 4339 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 4384 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE) in match() 5084 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 5136 category == ucp_N || in match() [all …]
|