Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_xclass.c162 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
188 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
H A Ducp.h25 ucp_N, /* Number */ enumerator
H A Dpcre_tables.c109 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */
645 { 765, PT_GC, ucp_N },
H A Dpcre_exec.c2208 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2232 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
2259 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2283 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
2590 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2616 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
4247 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
4992 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
5044 category == ucp_N || in match()
5503 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
[all …]
H A Dpcre_compile.c813 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */
815 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
2851 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2872 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()

Completed in 44 milliseconds