Searched refs:ucp_N (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/ |
D | pcre_xclass.c | 164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV() 190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
|
D | ucp.h | 25 ucp_N, /* Number */ enumerator
|
D | pcre_dfa_exec.c | 1028 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_exec() 1045 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_exec() 1100 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_exec() 1124 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_exec() 1358 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_exec() 1382 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_exec() 1610 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_exec() 1634 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_exec() 1887 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_exec() 1911 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_exec()
|
D | pcre_tables.c | 111 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */ 647 { 765, PT_GC, ucp_N },
|
D | pcre_exec.c | 2203 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2227 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2254 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2278 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2585 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match() 2611 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match() 4242 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 4287 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE) in match() 4987 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 5039 category == ucp_N || in match() [all …]
|
D | pcre_compile.c | 805 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */ 807 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */ 2800 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop() 2821 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
|